From 4cdb10b2bbf69f938388a08bd2ccb675d6e9521a Mon Sep 17 00:00:00 2001 From: PZ688 Date: Wed, 18 Jun 2025 13:52:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(llm):=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=8D=E5=90=AF=E7=94=A8=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Application/Configuration/Ai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [