gpt4free / g4f /.v1 /testing /t3nsor_test.py
justest
update
96e2d26
raw
history blame
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)