我的 openweb-ui 和 new-api 在一个 docker-compose 中,使用 gemini-1.5 模型时,要过好几秒才会开始返回数据,一直使用的模型地址是 https://api.domain.com/v1 ,改为 http://new-api:3000/v1 后,速度提升了不少。有同类问题的可以试试。
1. 使用 https://api.domain.com/v1 时

