mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-13 20:53:42 +08:00
feat: 获取模型接口支持返回模型能力;模型表增加模型能力字段;
This commit is contained in:
3
script/sql/update/20250808.sql
Normal file
3
script/sql/update/20250808.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- 聊天模型表添加模型能力字段
|
||||
alter table chat_model
|
||||
add model_capability varchar(255) default '[]' not null comment '模型能力';
|
||||
Reference in New Issue
Block a user