t3nsor.tech api unpatch

This commit is contained in:
t.me/xtekky
2023-04-13 16:49:16 +01:00
parent d0f58147bb
commit 351fbbb1e6
2 changed files with 21 additions and 5 deletions

View File

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