summaryrefslogtreecommitdiffstats
path: root/g4f/.v1/gpt4free/theb/theb_test.py
blob: c57d5c62f65ef9c7255b2de2dfefaa0b3fa3b18f (plain) (blame)
1
2
3
4
import theb

for token in theb.Completion.create('hello world'):
    print(token, end='', flush=True)