Leo Yang
Leo Yang
## Motivation When the output result needs to be saved and a single gpu test is used, an error will be reported. The solution is to change result[i] in the...
通过 `docker run --env http_proxy="http://192.168.1.38:7890" --net host -d --name wechat-chatgpt -v $(pwd)/config.yaml:/app/config.yaml holegots/wechat-chatgpt:latest` 启动容器后,通过 dockers exec -it wechat-chatgpt bash,然后curl www.google.com能获取网页,也能从代理软件看到走了代理,但是微信登录后发消息反馈很慢,而且自始至终也没走代理,请问是设置错了吗,应该怎么做
大家的响应时间大概多久?
我感觉回复的很慢,从微信发出到接收到回复,大概都在45秒以上,大家反馈响应的时间大概怎么样
## Description: This PR introduces a base_path parameter to the SSE configuration in MCP, similar to the baseurl concept commonly found in other web applications. eg: [base_url in jupyter](https://jupyter-server-proxy.readthedocs.io/en/latest/server-process.html#command)、[base_url in...
This PR adds support for `root_path` in subpath routing of SSE andstreamable-http endpoints when using Nginx or other HTTP middleware as a reverse proxy. ## Motivation and Context When deploying...