summaryrefslogtreecommitdiffstats
path: root/unfinished/vercelai/vercelai_test.py
blob: 24cbe0bc518a9992b2483626bc35ca21b398cc8f (plain) (blame)
1
2
3
4
5
import vercelai

for token in vercelai.Completion.create('summarize the gnu gpl 1.0'):
    print(token, end='', flush=True)