Skip to content

Commit

Permalink
Merge pull request xtekky#173 from sudouser777/feature/code_refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky authored Apr 27, 2023
2 parents aacd2cf + 4b9875b commit 16e85ff
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 278 deletions.
2 changes: 1 addition & 1 deletion quora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ from quora import Poe

# available models: ['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI']

poe = Poe(model='ChatGPT')
poe = Poe(model='ChatGPT', driver='firefox', cookie_path='cookie.json', driver_path='path_of_driver')
poe.chat('who won the football world cup most?')

# new bot creation
Expand Down
Loading

0 comments on commit 16e85ff

Please sign in to comment.