juzeon / poe-openai-proxy

A wrapper that lets you use the reverse-engineered Python library poe-api library as if it was the OpenAI API for ChatGPT. You can connect your favorite OpenAI API based apps to this proxy and enjoy the ChatGPT API for free!
GNU General Public License v3.0
424 stars 98 forks source link

docker部署请求报错500 #31

Closed LNpks closed 1 year ago

LNpks commented 1 year ago

docker 运行报错, ERROR: registering client error: Post "http://localhost:5100/add_token": dial tcp 127.0.0.1:5100: connect: connection refused 然后post请求报错500 [GIN] 2023/06/26 - 04:54:53 | 500 | 2.694727ms | xxxxxx | POST "/v1/chat/completions"

yyx20202020 commented 1 year ago

同样的问题,你解决了吗

yyx20202020 commented 1 year ago

[http://localhost:5100]按照配置里面改成http://external:5100也不行,改成http:/ip:5100也不行,试了各种方法