summaryrefslogtreecommitdiffstats
path: root/openai_rev/theb/theb_test.py
blob: 805ef094afd32845813501279f64d006327409c6 (plain) (blame)
1
2
3
4
from openai_rev import theb

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