1
0
Fork 0
GPT4FREE/testing/theb_test.py

5 lines
135 B
Python
Raw Normal View History

2023-04-29 09:25:24 +00:00
from gpt4free import theb
2023-04-27 21:28:12 +00:00
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)
2023-04-28 10:33:51 +00:00
print('asdsos')