Adam / t3nsor /t3nsor_test.py
t.me/xtekky
t3nsor.tech api unpatch
351fbbb
raw
history blame
187 Bytes
import t3nsor
for response in t3nsor.StreamCompletion.create(
prompt = 'write python code to reverse a string',
messages = []):
print(response.completion.choices[0].text)