-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
打搅探讨下,在这个项目中貌似CHATGPT 的聊天没有关联语境和上下文回复的质量也感觉没 chat.openai.com/chat 的高 #28
Comments
我也有这个感觉,感觉回答质量不如chatgpt高。 |
@jackyzyaq @budongsir 是的,现在的方案用的是openAI的官方接口,对话模型是GPT-3,相比ChatGPT的回复质量会稍微逊色一些,而且不支持多轮对话。 |
哈哈 看能不能恢复一个版本 或者拉个分支,我们一起看看能不能优化一下 :) 👍 |
我建了一个分支:https://github.com/zhayujie/chatgpt-on-wechat/tree/chatgpt , 切换回chatgpt模型,使用的方案是 revChatGPT,原理是使用浏览器自动化来通过人机验证,可以一起研究下。 |
This repository does not use ChatGPT. It seems to use GPT-3 (Davinci) instead. |
@zhayujie 我无法support 32bit系统。你得update MacOS |
In this branch, I try to replace gpt3 with chatgpt for better reply quality. |
Thanks, I will try another system. |
chatgpt这个版本可以用了吗? |
代码应该没问题,不过我的系统版本不兼容,暂时没跑起来,还在试别的系统,你可以先试试 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
我是在一个us的vps上安装的,系统是Ubuntu20,我安装了chrome和chromedriver。 |
VPS需要xvfb |
你的ubuntu有图形界面吗, 没有的话还得看下这个https://github.com/acheong08/ChatGPT/wiki/Setup#server-config |
可以用了,能够自动回复。但是十分钟左右就挂了,好像一会不说话就会挂。能否用账号密码登录,不用session token? |
账号密码登录还需要增加一个 captcha 配置,参考 https://github.com/acheong08/ChatGPT/wiki/Setup#emailpassword-login-authentication, captcha_api_key 在这里获取 https://2captcha.com/ 程序运行一会就挂了的问题可以去 https://github.com/acheong08/ChatGPT/issues 提个issue,贴一下详细报错信息 |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as off-topic.
This comment was marked as off-topic.
这个程序调用的是GPT-2的模型,请问可以改成调用CHAT GPT吗? |
这个程序调用的是GPT-2的模型?不是GPT3.0? |
是GPT-3的模型,叫davinci,对应Model名text-davinci-003。可以详细参考:https://platform.openai.com/docs/models/overview 这里面有详细说明 |
api接口提供是GPT3,ChatGPT是最新版3.5 |
这种方式有人成功了吗? |
ChatGPT是针对对话做了很多优化的. |
…automatically through keywords (zhayujie#28)
打搅探讨下,在这个项目中貌似CHATGPT 的聊天没有关联语境和上下文回复的质量也感觉没 chat.openai.com/chat 的高;是我们打开的方式不对还是有什么参数设置?
谢谢!
The text was updated successfully, but these errors were encountered: