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

5 lines
118 B
Python
Raw Normal View History

2023-04-27 21:28:12 +00:00
from openai_rev import theb
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)