XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

updated poe readme

94282777
Raju Komati <komatiraju032@gmail.com>
提交于

代码差异

1 个文件 +1 -1
Modified quora/README.md +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