freegpt4-duplicated / testing /t3nsor_test.py
pruth23's picture
Duplicate from pruth23/freegpt4
2f013d1
raw
history blame contribute delete
171 Bytes
import t3nsor
for response in t3nsor.StreamCompletion.create(prompt='write python code to reverse a string', messages=[]):
print(response.completion.choices[0].text)