返回提交历史
Modified
quora/README.md
+1
-1
XFEstudio/gpt4free
updated poe readme
94282777
代码差异
1 个文件
+1
-1
@@ -54,7 +54,7 @@ from quora import Poe
54
54
55
55
# available models: ['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI']
56
56
57
poe = Poe(model='gpt-3.5-turbo')
57
poe = Poe(model='ChatGPT')
58
58
poe.chat('who won the football world cup most?')
59
59
60
60
# new bot creation