monra's picture
Adds all providers from the original API
d4adf88
raw
history blame
136 Bytes
from gpt4free import theb
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)
print('asdsos')