1
0
Fork 0
GPT4FREE/testing/theb_test.py

6 lines
136 B
Python
Raw Permalink Normal View History

2023-04-29 09:25:24 +00:00
from gpt4free import theb
2023-04-27 21:28:12 +00:00
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)
2023-05-01 14:34:45 +00:00
print('asdsos')