Adam / testing /t3nsor.py
t.me/xtekky
updated t3nsor (gpt 3.5)
ab75098
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)