Adam / testing /t3nsor_test.py
t.me/xtekky
writesonic.com api (gpt3.5 with internet)
8b4e40d
raw
history blame
186 Bytes
import t3nsor
for response in t3nsor.StreamCompletion.create(
prompt = 'write python code to reverse a string',
messages = []):
print(response.completion.choices[0].text)