Spaces:
Ritori
/
Runtime error

GPT4 / g4f /.v1 /testing /theb_test.py
Ritori's picture
Duplicate from justest/gpt4free
410636c
raw
history blame contribute delete
No virus
136 Bytes
from gpt4free import theb
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)
print('asdsos')