jiasu

Results 1 issues of jiasu

**问题描述 / Problem Description** 使用clash科学上网,代理手动配置如下 ![image](https://github.com/chatchat-space/Langchain-Chatchat/assets/57079612/38d9e155-dae0-4ac4-9a89-db105a7dd98f) 第一次进入时报错api.list_running_models()为None 修改server/utils.py中的def get_httpx_client如下解决 proxies = { "http://": "socks5://127.0.0.1:7891", "https://": "socks5://127.0.0.1:7891" } kwargs.update(timeout=timeout, proxies=proxies) 但是在提问后报错API通信遇到错误:peer closed connection without sending complete message body (incomplete chunked read)...

bug