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.
323 stars 40 forks source link

可以独立加两个model改名和禁用的设置吗 #23

Closed BenedictKing closed 1 week ago

BenedictKing commented 2 weeks ago

现在model不用填可以自己去外部api获取很好,但是这样就没法用模型改名功能了,另外外部api可能有几个模型是不好用的,希望能手动设置禁掉它

yym68686 commented 2 weeks ago
  1. 现在可以用模型改名功能,获取后,配置文件会同步显示获取到的模型,你可以在配置文件里面重命名需要的模型。
  2. “手动设置禁掉它”:模型获取到配置文件后,你可以手动注释掉或者直接删掉不需要的模型。以上就能实现你说的“手动设置禁掉它”。
BenedictKing commented 2 weeks ago

配置文件会同步显示获取到的模型

这是会自动改api.yaml吗,没看到有改动啊

yym68686 commented 2 weeks ago

配置文件会同步显示获取到的模型

这是会自动改api.yaml吗,没看到有改动啊

你用什么平台部署的?

BenedictKing commented 1 week ago

就本地python直接运行main.py

BenedictKing commented 1 week ago

哦,我看前端可以用了,挺好

yym68686 commented 1 week ago

配置文件会同步显示获取到的模型

这是会自动改api.yaml吗,没看到有改动啊

你好,现在配置文件会自动修改了。