Raju Komati
commited on
Commit
•
68359d9
1
Parent(s):
7ad5b95
updated quora readme
Browse files- quora/README.md +1 -1
quora/README.md
CHANGED
@@ -59,7 +59,7 @@ from quora import Poe
|
|
59 |
|
60 |
# available models: ['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI']
|
61 |
|
62 |
-
poe = Poe(model='ChatGPT', driver='firefox', cookie_path='cookie.json')
|
63 |
poe.chat('who won the football world cup most?')
|
64 |
|
65 |
# new bot creation
|
|
|
59 |
|
60 |
# available models: ['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI']
|
61 |
|
62 |
+
poe = Poe(model='ChatGPT', driver='firefox', cookie_path='cookie.json', driver_path='path_of_driver')
|
63 |
poe.chat('who won the football world cup most?')
|
64 |
|
65 |
# new bot creation
|