yym68686 / uni-api

This is a project that unifies the management of LLM APIs. It can call multiple backend services through a unified API interface, convert them to the OpenAI format uniformly, and support load balancing. Currently supported backend services include: OpenAI, Anthropic, DeepBricks, OpenRouter, Gemini, Vertex, etc.
379 stars 46 forks source link

CONFIG_URL远端配置文件支持热更新嘛? #48

Closed janzbff closed 2 hours ago

janzbff commented 2 hours ago

还是说只有启动的时候下载到本地就没有了?这样的话添加渠道还需要重新运行一下容器?

yym68686 commented 2 hours ago

不支持热更新,uni-api 没办法知道远程 url 有没有更新。所以添加渠道需要重新运行一下容器。

janzbff commented 2 hours ago

那估计还是要前端来完成这个操作了,本来如果用远端配置的话,应该支持热更新要好一些。