We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
请大家不要再开新的 issues 了,因为它们的问题都是一样的。可以在这里进行讨论,感谢配合!
在大陆地区问题多多,是因为 openai 屏蔽了国内访问。所以关于网络问题大家需要自行解决,ChatGPT 应用并不提供网络代理或者网络配置,它只是对官网 chat.openai.com 网址的包装,扩展了一些额外的功能,仅此而已。以下这些问题都是因为网络问题或者 openai 自身问题造成的。
chat.openai.com
为什么不可以在 app 里支持代理,因为 app 打包依托于 Tauri,它充当内置浏览器和系统之间的胶水层,承上启下。并未看到 tauri api 有对代理相关的描述。所以总结两点:
相关 issues:
The text was updated successfully, but these errors were encountered:
关于APP内置代理的问题,到是有一个迂回的方案,直接在clash上走规则代理 DOMAIN-SUFFIX,openai.com,🚀 ChatGPT
DOMAIN-SUFFIX,openai.com,🚀 ChatGPT
Sorry, something went wrong.
记录一下我的设置,可能对某些人有所帮助 系统:Windows 11 问题: 浏览器通过vps代理出现 too many requests in 1 hour, Try later again!(使用客户端出现同样的问题) 解决:测试使用 Tor 浏览器可以访问和使用ChatGPT 最终:使用 Profixier 配置 tor 浏览器 的 proxy sever (socks5, port 9150); proxy rule 配置为 Applications: any; Target hosts: *.openai.com; action: Proxy SOCKS 127.0.0.1:9150 这样配置好后打开Tor浏览器Connect通Tor网络后就可以正常使用本客户端了
Profixier
*.openai.com
Proxy SOCKS 127.0.0.1:9150
进阶:直接使用tor.exe cli 开启代理(default port 9050) 免去打开Tor浏览器
登陆的时候挂全局代理,登陆之后使用pac就可以,不会再次检测使用地点
No branches or pull requests
请大家不要再开新的 issues 了,因为它们的问题都是一样的。可以在这里进行讨论,感谢配合!
在大陆地区问题多多,是因为 openai 屏蔽了国内访问。所以关于网络问题大家需要自行解决,ChatGPT 应用并不提供网络代理或者网络配置,它只是对官网
chat.openai.com
网址的包装,扩展了一些额外的功能,仅此而已。以下这些问题都是因为网络问题或者 openai 自身问题造成的。为什么不可以在 app 里支持代理,因为 app 打包依托于 Tauri,它充当内置浏览器和系统之间的胶水层,承上启下。并未看到 tauri api 有对代理相关的描述。所以总结两点:
相关 issues:
The text was updated successfully, but these errors were encountered: