LiangYang666 / ChatGPT-Web

使用GPT-3.5 API创建的ChatGPT聊天页面,支持云部署,多用户使用,多对话管理,公式显示,流式动态显示,windows和linux均可极简部署,网页版 html python flask
MIT License
492 stars 308 forks source link

Internal Server Error #20

Open lixuan00 opened 1 year ago

lixuan00 commented 1 year ago

Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. 您好,这样报错是什么情况

lixuan00 commented 1 year ago

image

LiangYang666 commented 1 year ago

你好,程序有报错吗,我暂时还没出过这个错,不知道是flask报错还是openai请求报错

wisdom-pan commented 1 year ago

flask报错,看看你的日志信息

TcDhlPro commented 1 year ago

同样的错误 +1

wisdom-pan commented 1 year ago

收到

TcDhlPro commented 1 year ago

同样的错误 +1

原配置:HTTPS_PROXY: socks5:........ 会报错 修改后:HTTPS_PROXY: http:........ 能用了 image