Skip to content

Commit

Permalink
updated poe readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sudouser777 committed Apr 24, 2023
1 parent 2200e77 commit 9428277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9428277

Please sign in to comment.