This commit is contained in:
t.me/xtekky
2023-04-27 19:15:49 +01:00
parent 98d2b4109e
commit 1704cbebc8
2 changed files with 0 additions and 38 deletions

View File

@@ -1,7 +0,0 @@
import sqlchat
for response in sqlchat.StreamCompletion.create(
prompt = 'write python code to reverse a string',
messages = []):
print(response.completion.choices[0].text, end='')