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

View File

@@ -6,7 +6,7 @@ print('token', token)
sleep(2)
for response in quora.StreamingCompletion.create(model = 'gpt-4',
for response in quora.StreamingCompletion.create(model = 'gpt-3.5-turbo',
prompt = 'hello world',
token = token):