feat: 下掉模型能力逻辑代码;

This commit is contained in:
likunlong
2025-08-20 16:09:53 +08:00
parent baf065a294
commit d1e98a2001
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 '模型能力';