-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
🙋 代理配置正常,返回报错 #146
Comments
按说应该没问题,除非你的代理没有正确配置到项目当中。可否看下你的运行命令 |
|
curl https://api.openai.com/v1/models |
你看看http_proxy是不是没有配置对 |
配置代理有点麻烦,用这个方法很方便 :https://github.com/riba2534/openai-scf-goproxy 只需要调整BASE_URL=云函数地址 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题反馈
交互界面提示:请求出错,Post "https://api.openai.com/v1/chat/completions":dial tcp xx.xx.xx.xx:443: i/o timeout
服务器直接 curl https://api.openai.com/v1/chat/completions返回正常没有出现 tcp 连接错误
日志:INFO [gpt request error: Post "https://api.openai.com/v1/completions": dial tcp 108.160.170.52:443: i/o timeout]
WARN [get gpt result falied: ]
目前使用免费版,会不会是接口被封,最早开始部署国内服务器并未配置代理即可使用,后受限于官方限制,部署 clash 代理后仍然无法使用
The text was updated successfully, but these errors were encountered: