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