Merge pull request #163 from LM20230311/feat-model-switching-association

feat: 获取模型接口支持返回模型能力;模型表增加模型能力字段;
This commit is contained in:
evo
2025-08-11 21:54:08 +08:00
committed by GitHub
3 changed files with 146 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
-- 聊天模型表添加模型能力字段
alter table chat_model
add model_capability varchar(255) default '[]' not null comment '模型能力';