summaryrefslogtreecommitdiffstats
path: root/testing/theb_test.py
blob: 5fa80908c401a98afe362c261344c0b8624f94e9 (plain) (blame)
1
2
3
4
5
from gpt4free import theb

for token in theb.Completion.create('hello world'):
    print(token, end='', flush=True)
    print('asdsos')