Merge pull request #176 from LM20230311/feat-model-priority

feat: 下掉模型能力逻辑代码;
This commit is contained in:
evo
2025-08-20 17:55:15 +08:00
committed by GitHub
3 changed files with 2 additions and 144 deletions

View File

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