1
0
Fork 0
GPT4FREE/openai_rev/theb/theb_test.py
2023-04-28 02:58:47 +05:30

5 lines
118 B
Python

from openai_rev import theb
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)