gpt4free / g4f /.v1 /testing /sqlchat_test.py
101-5's picture
Duplicate from justest/gpt4free
2ee8daf
raw
history blame
No virus
181 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='')