github-pigsy

Results 3 comments of github-pigsy

> > ${deployName} > > 你把${deployName}换成你部署的名称了不? 感谢,已经搞好了,原来是这里出问题。我还以为是模型版本不对

我也遇到相同的问题,但是排查了配置信息,也没发现哪里出错.截图里面的key填写endpoint只是尝试,实际换成key也不管用 ![](https://raw.githubusercontent.com/github-pigsy/picgoprivate/main/data/image/20250110201824.png) `{ "error": true, "message": "NetworkError when attempting to fetch resource." } `

> any updates on this? Thank you reply Already solve it, I was just only modify docker config. ``` services: chatgpt-next-web: image: yidadaa/chatgpt-next-web:latest restart: unless-stopped ports: - "127.0.0.1:3000:3000" environment: -...