Skip to content
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

Closed
jackyzyaq opened this issue Jan 6, 2023 · 32 comments

Comments

@jackyzyaq
Copy link

打搅探讨下,在这个项目中貌似CHATGPT 的聊天没有关联语境和上下文回复的质量也感觉没 chat.openai.com/chat 的高;是我们打开的方式不对还是有什么参数设置?

谢谢!

@budongsir
Copy link

我也有这个感觉,感觉回答质量不如chatgpt高。

@zhayujie
Copy link
Owner

zhayujie commented Jan 6, 2023

@jackyzyaq @budongsir 是的,现在的方案用的是openAI的官方接口,对话模型是GPT-3,相比ChatGPT的回复质量会稍微逊色一些,而且不支持多轮对话。
原因在README中的更新日志中有说明,之前直接使用ChatGPT web接口的方案由于安全验证的升级太不稳定,所以暂时放弃了。

@jackyzyaq
Copy link
Author

@jackyzyaq @budongsir 是的,现在的方案用的是openAI的官方接口,对话模型是GPT-3,相比ChatGPT的回复质量会稍微逊色一些,而且不支持多轮对话。 原因在README中的更新日志中有说明,之前直接使用ChatGPT web接口的方案由于安全验证的升级太不稳定,所以暂时放弃了。

哈哈 看能不能恢复一个版本 或者拉个分支,我们一起看看能不能优化一下 :) 👍

@zhayujie
Copy link
Owner

zhayujie commented Jan 7, 2023

@jackyzyaq @budongsir 是的,现在的方案用的是openAI的官方接口,对话模型是GPT-3,相比ChatGPT的回复质量会稍微逊色一些,而且不支持多轮对话。 原因在README中的更新日志中有说明,之前直接使用ChatGPT web接口的方案由于安全验证的升级太不稳定,所以暂时放弃了。

哈哈 看能不能恢复一个版本 或者拉个分支,我们一起看看能不能优化一下 :) 👍

我建了一个分支:https://github.com/zhayujie/chatgpt-on-wechat/tree/chatgpt , 切换回chatgpt模型,使用的方案是 revChatGPT,原理是使用浏览器自动化来通过人机验证,可以一起研究下。
目前我在macOS上运行遇到了一个问题,参考这个 Issue

@acheong08
Copy link

This repository does not use ChatGPT. It seems to use GPT-3 (Davinci) instead.

@acheong08
Copy link

@zhayujie 我无法support 32bit系统。你得update MacOS

@zhayujie
Copy link
Owner

zhayujie commented Jan 7, 2023

This repository does not use ChatGPT. It seems to use GPT-3 (Davinci) instead.

In this branch, I try to replace gpt3 with chatgpt for better reply quality.

@zhayujie
Copy link
Owner

zhayujie commented Jan 7, 2023

@zhayujie 我无法support 32bit系统。你得update MacOS

Thanks, I will try another system.

@budongsir
Copy link

This repository does not use ChatGPT. It seems to use GPT-3 (Davinci) instead.

In this branch, I try to replace gpt3 with chatgpt for better reply quality.

This repository does not use ChatGPT. It seems to use GPT-3 (Davinci) instead.

In this branch, I try to replace gpt3 with chatgpt for better reply quality.

chatgpt这个版本可以用了吗?

@zhayujie
Copy link
Owner

zhayujie commented Jan 9, 2023

This repository does not use ChatGPT. It seems to use GPT-3 (Davinci) instead.

In this branch, I try to replace gpt3 with chatgpt for better reply quality.

chatgpt这个版本可以用了吗?

代码应该没问题,不过我的系统版本不兼容,暂时没跑起来,还在试别的系统,你可以先试试

@budongsir

This comment was marked as outdated.

@zhayujie

This comment was marked as duplicate.

@budongsir

This comment was marked as outdated.

@zhayujie

This comment was marked as outdated.

@budongsir
Copy link

我是在一个us的vps上安装的,系统是Ubuntu20,我安装了chrome和chromedriver。

@acheong08
Copy link

VPS需要xvfb

@zhayujie
Copy link
Owner

zhayujie commented Jan 10, 2023

我是在一个us的vps上安装的,系统是Ubuntu20,我安装了chrome和chromedriver。

你的ubuntu有图形界面吗, 没有的话还得看下这个https://github.com/acheong08/ChatGPT/wiki/Setup#server-config

@budongsir
Copy link

我是在一个us的vps上安装的,系统是Ubuntu20,我安装了chrome和chromedriver。

你的ubuntu有图形界面吗, 没有的话还得看下这个https://github.com/acheong08/ChatGPT/wiki/Setup#server-config

可以用了,能够自动回复。但是十分钟左右就挂了,好像一会不说话就会挂。能否用账号密码登录,不用session token?

@zhayujie
Copy link
Owner

我是在一个us的vps上安装的,系统是Ubuntu20,我安装了chrome和chromedriver。

你的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,贴一下详细报错信息

@shuodehaoa

This comment was marked as resolved.

@zhayujie

This comment was marked as resolved.

@shuodehaoa

This comment was marked as resolved.

@zhayujie

This comment was marked as resolved.

@shuodehaoa

This comment was marked as outdated.

@zhayujie

This comment was marked as off-topic.

@kenzocn
Copy link

kenzocn commented Jan 30, 2023

这个程序调用的是GPT-2的模型,请问可以改成调用CHAT GPT吗?

@Lancenas
Copy link

这个程序调用的是GPT-2的模型?不是GPT3.0?

@Cocean001
Copy link

这个程序调用的是GPT-2的模型?不是GPT3.0?

是GPT-3的模型,叫davinci,对应Model名text-davinci-003。可以详细参考:https://platform.openai.com/docs/models/overview 这里面有详细说明

@Lancenas
Copy link

Lancenas commented Feb 2, 2023

打搅探讨下,在这个项目中貌似CHATGPT 的聊天没有关联语境和上下文回复的质量也感觉没 chat.openai.com/chat 的高;是我们打开的方式不对还是有什么参数设置?

谢谢!

api接口提供是GPT3,ChatGPT是最新版3.5

@dlwang624
Copy link

这种方式有人成功了吗?

@AlexZhangji
Copy link

ChatGPT是针对对话做了很多优化的.
模型也不一样 (8000 max token的alpha模型, 而现在API正常开放的是davinci-003)
GPT3正常的模型加简单的chat history 也能做简单的长对话, 但肯定不如还加了额外的工作的ChatGPT了.

@zhayujie
Copy link
Owner

zhayujie commented Feb 5, 2023

目前GPT-3已经实现了上下文对话:commit 7425d90

关于gpt3的上下文对话 及 ChatGPT 的接入在 #43 中讨论

@zhayujie zhayujie closed this as completed Feb 5, 2023
rhinewg pushed a commit to rhinewg/chatgpt-on-wechat that referenced this issue Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants