mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-02 23:38:22 +08:00
[feature][headless-chat]Introduce ChatApp to support more flexible chat model config.#1739
This commit is contained in:
@@ -387,3 +387,8 @@ CREATE TABLE IF NOT EXISTS `s2_chat_model` (
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='对话大模型实例表';
|
||||
ALTER TABLE s2_agent RENAME COLUMN config TO tool_config;
|
||||
ALTER TABLE s2_agent RENAME COLUMN model_config TO chat_model_config;
|
||||
|
||||
--20241011
|
||||
ALTER TABLE s2_agent DROP COLUMN prompt_config;
|
||||
ALTER TABLE s2_agent DROP COLUMN multi_turn_config;
|
||||
ALTER TABLE s2_agent DROP COLUMN enable_memory_review;
|
||||
|
||||
Reference in New Issue
Block a user