1
0
Fork 0
GPT4FREE/test.py

5 lines
121 B
Python
Raw Normal View History

2023-04-28 10:33:51 +00:00
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')