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 运行报错 connection refused #55

Open yyx20202020 opened 1 year ago

yyx20202020 commented 1 year ago

运行docker logs poe-openai-proxy-master-api-1,发现如下: INFO: registering client: 1WS1mKqYXbrqmbGC0TxdtQ%3D%3D ERROR: registering client error: Post "http://external:5100/add_token": dial tcp 172.29.0.2:5100: connect: connection refused

http://external:5100/add_token这里把external改成ip地址也还是不行