1
0
Fork 0
GPT4FREE/unfinished/vercelai/vercelai_test.py

6 lines
125 B
Python
Raw Normal View History

2023-04-28 22:54:35 +00:00
import vercelai
for token in vercelai.Completion.create('summarize the gnu gpl 1.0'):
print(token, end='', flush=True)