返回提交历史
Modified
quora/README.md
+1
-1
XFEstudio/gpt4free
updated quora readme
68359d9a
代码差异
1 个文件
+1
-1
@@ -59,7 +59,7 @@ from quora import Poe
59
59
60
60
# available models: ['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI']
61
61
62
poe = Poe(model='ChatGPT', driver='firefox', cookie_path='cookie.json')
62
poe = Poe(model='ChatGPT', driver='firefox', cookie_path='cookie.json', driver_path='path_of_driver')
63
63
poe.chat('who won the football world cup most?')
64
64
65
65
# new bot creation