This commit is contained in:
t.me/xtekky
2023-04-28 23:54:35 +01:00
parent 8fe493a38a
commit dc912e0fc9
6 changed files with 146 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
import vercelai
for token in vercelai.Completion.create('summarize the gnu gpl 1.0'):
print(token, end='', flush=True)