1
0
Fork 0
GPT4FREE/theb/theb_test.py
t.me/xtekky ac96278d74 theb.ai
2023-04-27 19:32:39 +01:00

4 lines
101 B
Python

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