updated poe readme
This commit is contained in:
parent
2200e777c1
commit
94282777ea
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ from quora import Poe
|
||||||
|
|
||||||
# available models: ['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI']
|
# 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?')
|
poe.chat('who won the football world cup most?')
|
||||||
|
|
||||||
# new bot creation
|
# new bot creation
|
||||||
|
|
Loading…
Reference in a new issue