1
0
Fork 0
GPT4FREE/theb/theb_test.py

4 lines
101 B
Python
Raw Normal View History

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