1
0
Fork 0

updated poe readme

This commit is contained in:
Raju Komati 2023-04-24 14:07:43 +05:30
parent 2200e777c1
commit 94282777ea
No known key found for this signature in database
GPG key ID: A581A5D67A8EB090

View file

@ -54,7 +54,7 @@ from quora import Poe
# available models: ['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI']
poe = Poe(model='gpt-3.5-turbo')
poe = Poe(model='ChatGPT')
poe.chat('who won the football world cup most?')
# new bot creation