diff --git a/Admin.NET/Admin.NET.Application/Configuration/Ai.json b/Admin.NET/Admin.NET.Application/Configuration/Ai.json index bc7ef2c5..f029ad39 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/Ai.json +++ b/Admin.NET/Admin.NET.Application/Configuration/Ai.json @@ -5,7 +5,7 @@ "UserCanSwitchLLM": true, //是否可以切换模型 "TargetCount": 10, //用于消息截取配置,当消息超过TargetCount+ThresholdCount数量时,会进行截取操作,以避免token超出限制 "ThresholdCount": 3, //用于消息截取配置,当消息超过TargetCount+ThresholdCount数量时,会进行截取操作,以避免token超出限制 - "IsUserProxy": true, //如果使用的是openai,claude等国内未授权的模型,并且在国内运行,请设置为true,否则设置为false,避免这些LLM被国内防火墙拦截 + "IsUserProxy": false, //如果使用的是openai,claude等国内未授权的模型,并且在国内运行,请设置为true,否则设置为false,避免这些LLM被国内防火墙拦截 "ProxyUrl": "http://127.0.0.1:10809", //如果IsUserProxy为true,请设置代理地址,否则设置为空 "LogEnabled": false, //是否开启日志,如果开启,会记录用户与大模型交互的日志,以http协议的形式展示. "Providers": [