feat: 获取模型接口支持返回模型能力;模型表增加模型能力字段;

This commit is contained in:
likunlong
2025-08-11 09:33:35 +08:00
committed by Administrator
parent caf7f14781
commit bfeb389171
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 '模型能力';