AI-Citizen / SolidGPT

Developer AI Persona Search Agent
Creative Commons Attribution 4.0 International
2.02k stars 136 forks source link

开启代理执行python3 quickstart.py system后出现如下错误 #54

Closed ry1655251598 closed 1 year ago

ry1655251598 commented 1 year ago

openai.error.APIConnectionError: Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/chat/completions (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1129)')))

wwwwww1020 commented 1 year ago

Hi ry1655251598

看起来像没有成功连接open ai, 可以尝试换一个open ai api key。并确定open ai API请求是否被防火墙屏蔽。

Thanks, Austin