-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我可以将对话模型改成GPT-3吗? #25
Comments
text-davinci-003 就是 GPT-3模型中的一种, 可选参数可以参考文档: |
好的,谢谢! 现在发现一个问题就是 登录二维码总是失效 - 貌似3秒刷新一次,而手机确认界面 需要5秒;这个你们有碰到吗?有什么设置里可以调整这个失效时间吗?谢谢! |
[ERROR][2023-01-05 13:31:23][wechat_channel.py:115] - 'OpenAIBot' object has no attribute 'chatbot' 这个是不是微信账号被限制了? |
这个问题参考这个 issue: #8 |
你的项目代码是拉取的最新的吗,按理说不会报这个错出来 |
我编辑了一下 图片的大小和回复字数的限制 - 可能是编辑过程中改了 代码的字符集,回退后可以执行了 谢谢! |
改成15秒后可以了,开始以为是国内服务器的原因 |
我用最新的代码部署在服务器上也是这样 要扫多次才能登陆 |
参考这个 issue: #8 |
* feat: support wework channel * doc: update readme
现有代码里的对话模型是:text-davinci-003 我可以改成GPT-3吗,如:
#model="text-davinci-003", # 对话模型的名称
model="GPT-3", # 对话模型的名称
The text was updated successfully, but these errors were encountered: