1
0
Fork 0
GPT4FREE/gpt4free/theb/theb_test.py

5 lines
102 B
Python
Raw Normal View History

2023-04-27 18:32:39 +00:00
import theb
for token in theb.Completion.create('hello world'):
2023-04-29 10:20:18 +00:00
print(token, end='', flush=True)