mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-29 04:14:20 +08:00
(feature)(chat)Add switch to enable LLM-based memory review, as it leads to more token costs. #1385
This commit is contained in:
@@ -354,4 +354,7 @@ alter table s2_agent add column `prompt_config` varchar(6000) COLLATE utf8_unico
|
||||
|
||||
--20240707
|
||||
alter table s2_agent add model_config varchar(6000) null;
|
||||
alter table s2_agent add `prompt_config` varchar(5000) COLLATE utf8_unicode_ci DEFAULT NULL;
|
||||
alter table s2_agent add `prompt_config` varchar(5000) COLLATE utf8_unicode_ci DEFAULT NULL;
|
||||
|
||||
--20240710
|
||||
alter table s2_agent add enable_memory_review tinyint DEFAULT 0;
|
||||
Reference in New Issue
Block a user