备分一下

This commit is contained in:
fy53888
2025-08-18 19:56:26 +08:00
parent 5264b47c2f
commit 645c754dd0
8 changed files with 226 additions and 139 deletions

View File

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