gpt4free/testing/t3nsor_test.py

5 lines
171 B
Python
Raw Normal View History

import t3nsor
for response in t3nsor.StreamCompletion.create(prompt='write python code to reverse a string', messages=[]):
2023-04-13 11:49:16 -04:00
print(response.completion.choices[0].text)