gpt4free-original/gpt4free/theb/theb_test.py

5 行
102 B
Python

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