代理支持 http
, https
, socks4
, socks5
协议。代理地址格式如下:
http://127.0.0.1:1080
socks5://127.0.0.1:1080
http://username:[email protected]:1080
socks5://username:[email protected]:1080
- 在 .env 中添加以下配置:
NUXT_PUBLIC_MODEL_PROXY_ENABLED=true
NUXT_MODEL_PROXY_URL=socks5://127.0.0.1:1080
-
在 Chat-Ollama 的 Settings 页面中找到需要启用代理的第三方 API 模型,把勾选框勾选上即可(注意:你必须要配置 Endpoint 才会生效)
-
重启 Chat-Ollama 服务(如果使用的是 docker 重启容器)