张赐杰

Results 5 comments of 张赐杰

I have the same problem.

遇到了相同的问题。不过我的配置文件是从mac 2.5版本上拷贝过来的。 I had the same problem. But my configuration file was copied from mac v2.5.

遇到了相同的问题。不过我的配置文件是从mac 2.5版本上拷贝过来的。 I had the same problem. But my configuration file was copied from mac v2.5.

需要配置docker容器的env ``` - NO_PROXY=localhost - HTTP_PROXY=http://你的代理地址 - HTTPS_PROXY=http://你的代理地址 ``` 注意,第一个NO_PROXY必须配置,应该是gradio的一个bug 下面是我自己的配置文件,不太安全的使用了host模式(因为这台服务器只提供clash和gpt服务)。在这里我的网络是这样的,首先在docker里运行了一个clash,并获取它在虚拟网络内的ip地址。然后gpt服务设置代理到它对应的ip:host ``` version: '3' services: chatgpt: container_name: chatgpt image: tuchuanhuhuhu/chuanhuchatgpt:latest volumes: - ./ws:/root/ws network_mode: host hostname: chat environment: - my_api_key=***********************8...