Adam / testing /sqlchat_test.py
t.me/xtekky
sqlchat
85a1961
raw
history blame
No virus
196 Bytes
import sqlchat
for response in sqlchat.StreamCompletion.create(
prompt = 'write python code to reverse a string',
messages = []):
print(response.completion.choices[0].text, end='')