gpt4free/test.py

5 lines
135 B
Python
Raw Normal View History

2023-04-29 05:25:24 -04:00
from gpt4free import theb
2023-04-27 17:28:12 -04:00
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)
2023-04-28 06:33:51 -04:00
print('asdsos')