mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-02-06 06:24:30 +08:00
修改模型选择功能,提升用户体验
This commit is contained in:
2
database/update-v4.2.3.sql
Normal file
2
database/update-v4.2.3.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `chatgpt_chat_models` ADD `category` VARCHAR(1024) NOT NULL DEFAULT '' COMMENT '模型类别' AFTER `id`;
|
||||
ALTER TABLE `chatgpt_chat_models` ADD `description` VARCHAR(1024) NOT NULL DEFAULT '' COMMENT '模型类型描述' AFTER `id`;
|
||||
Reference in New Issue
Block a user