diff --git a/src/install/config.cache.inc.php b/src/install/config.cache.inc.php index 21b28d1d..1c1d9236 100755 --- a/src/install/config.cache.inc.php +++ b/src/install/config.cache.inc.php @@ -138,7 +138,7 @@ $cfg_bizcore_hostname = '127.0.0.1'; $cfg_bizcore_port = 8181; $cfg_bizcore_appid = ''; $cfg_bizcore_key = ''; -$cfg_ai_enabled = 'N'; +$cfg_ai_enabled = 'Y'; $cfg_ai_server = 'http://localhost:8087'; $cfg_ai_apikey = '~apiKey~'; $cfg_ai_max_tokens = ''; diff --git a/src/install/sql-dfdata.txt b/src/install/sql-dfdata.txt index dfbc3487..d039971d 100755 --- a/src/install/sql-dfdata.txt +++ b/src/install/sql-dfdata.txt @@ -4110,4 +4110,4 @@ INSERT INTO `#@__sysconfig` (`varname`, `info`, `groupid`, `type`, `value`) VALU INSERT INTO `#@__sysconfig` (`varname`, `info`, `groupid`, `type`, `value`) VALUES ('cfg_ai_max_tokens', '最大令牌数(为空则不限,默认采用模型默认值)', 8, 'string', ''); INSERT INTO `#@__sysconfig` (`varname`, `info`, `groupid`, `type`, `value`) VALUES ('cfg_ai_temperature', '采样温度(为空则采用模型默认值)', 8, 'string', ''); INSERT INTO `#@__sysconfig` (`varname`, `info`, `groupid`, `type`, `value`) VALUES ('cfg_ai_top_p', '核采样(为空则采用模型默认值)', 8, 'string', ''); -INSERT INTO `#@__sysconfig` (`varname`, `info`, `groupid`, `type`, `value`) VALUES ('cfg_ai_enabled', '是否开启智能助手', 8, 'bool', 'N'); \ No newline at end of file +INSERT INTO `#@__sysconfig` (`varname`, `info`, `groupid`, `type`, `value`) VALUES ('cfg_ai_enabled', '是否开启智能助手', 8, 'bool', 'Y'); \ No newline at end of file