Adam / testing /t3nsor_test.py
t.me/xtekky
updated quora(poe) (token creation patched atm)
8c0f5e9
raw
history blame
No virus
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)