mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-08 02:03:42 +08:00
feat: allow bind a chat model for chat role
This commit is contained in:
1
database/update-v4.0.3.sql
Normal file
1
database/update-v4.0.3.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `chatgpt_chat_roles` ADD `model_id` INT NOT NULL DEFAULT '0' COMMENT '绑定模型ID' AFTER `sort_num`;
|
||||
Reference in New Issue
Block a user