gpt4free-original/openai_rev/theb/theb_test.py

5 行
118 B
Python

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