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