Spaces:
Ritori
/
Runtime error

GPT4 / g4f /.v1 /testing /t3nsor_test.py
Ritori's picture
Duplicate from justest/gpt4free
410636c
raw
history blame contribute delete
No virus
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)