updated quora(poe) (token creation patched atm)

This commit is contained in:
t.me/xtekky
2023-04-15 15:42:07 +01:00
parent 6c64e459b3
commit 8c0f5e9634
5 changed files with 86 additions and 60 deletions

7
testing/t3nsor_test.py Normal file
View File

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