gpt4free/testing/theb_test.py

6 lines
136 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-05-01 10:34:45 -04:00
print('asdsos')