gpt_demo / g4f /.v1 /testing /theb_test.py
starsaround's picture
Upload 183 files
f4b4235
raw
history blame
No virus
136 Bytes
from gpt4free import theb
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)
print('asdsos')