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