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

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