1
0
Fork 0
GPT4FREE/testing/t3nsor_test.py
t.me/xtekky 8b4e40d82a writesonic.com api (gpt3.5 with internet)
will add image generation later on
2023-04-06 21:57:16 +02:00

7 lines
186 B
Python

import t3nsor
for response in t3nsor.StreamCompletion.create(
prompt = 'write python code to reverse a string',
messages = []):
print(response.completion.choices[0].text)