summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaju Komati <komatiraju032@gmail.com>2023-04-27 00:44:27 +0200
committerRaju Komati <komatiraju032@gmail.com>2023-04-27 00:44:27 +0200
commit68359d9a9a9c6f990ff7afd7303ec1bb393d59b7 (patch)
treead32029c718e0c049472958950a9d93760a8d55d
parentremoved unused variables (diff)
downloadgpt4free-68359d9a9a9c6f990ff7afd7303ec1bb393d59b7.tar
gpt4free-68359d9a9a9c6f990ff7afd7303ec1bb393d59b7.tar.gz
gpt4free-68359d9a9a9c6f990ff7afd7303ec1bb393d59b7.tar.bz2
gpt4free-68359d9a9a9c6f990ff7afd7303ec1bb393d59b7.tar.lz
gpt4free-68359d9a9a9c6f990ff7afd7303ec1bb393d59b7.tar.xz
gpt4free-68359d9a9a9c6f990ff7afd7303ec1bb393d59b7.tar.zst
gpt4free-68359d9a9a9c6f990ff7afd7303ec1bb393d59b7.zip
-rw-r--r--quora/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/quora/README.md b/quora/README.md
index 09f75368..1acd4a6e 100644
--- a/quora/README.md
+++ b/quora/README.md
@@ -59,7 +59,7 @@ from quora import Poe
# available models: ['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI']
-poe = Poe(model='ChatGPT', driver='firefox', cookie_path='cookie.json')
+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