fix(llm):配置文件默认不启用本地代理

This commit is contained in:
PZ688 2025-06-18 13:52:16 +08:00
parent 3eab0d81e0
commit 4cdb10b2bb

View File

@ -5,7 +5,7 @@
"UserCanSwitchLLM": true, //
"TargetCount": 10, //TargetCount+ThresholdCounttoken
"ThresholdCount": 3, //TargetCount+ThresholdCounttoken
"IsUserProxy": true, //使openai,claudetruefalse,LLM
"IsUserProxy": false, //使openai,claudetruefalse,LLM
"ProxyUrl": "http://127.0.0.1:10809", //IsUserProxytrue
"LogEnabled": false, //http.
"Providers": [