We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
提交 issue 前,请先确认:
表现 使用docker-compose部署,在配置文件docker-compose.yaml中的environment设置了代理,使用时chatgpt-web和bing-cookie成功经过了代理,但openai-api没有,使用画图功能时提示openai.error.APIConnectionError: Error communicating with OpenAI
docker-compose.yaml
openai.error.APIConnectionError: Error communicating with OpenAI
运行环境:
复现步骤
config.cfg
预期行为 三种账号都能经过代理
截图
其他内容 关于为什么不在config.cfg中设置代理,因为之前在这里面设置代理时会提示“无法连接至代理服务器”,而在docker-compose.yaml中设置是可以成功的
The text was updated successfully, but these errors were encountered:
#307
Sorry, something went wrong.
No branches or pull requests
提交 issue 前,请先确认:
表现
使用docker-compose部署,在配置文件
docker-compose.yaml
中的environment设置了代理,使用时chatgpt-web和bing-cookie成功经过了代理,但openai-api没有,使用画图功能时提示openai.error.APIConnectionError: Error communicating with OpenAI
运行环境:
复现步骤
docker-compose.yaml
中的environment设置代理config.cfg
中分别设置chatgpt-web、bing-cookie和openai-api的账号预期行为
三种账号都能经过代理
截图
其他内容
关于为什么不在
config.cfg
中设置代理,因为之前在这里面设置代理时会提示“无法连接至代理服务器”,而在docker-compose.yaml
中设置是可以成功的The text was updated successfully, but these errors were encountered: