From 924fcef40309de9d3a275795336e7ed5e09445ed Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 19 Jun 2026 19:40:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(setting):=20=E5=B0=86LLM=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E4=B8=8A=E4=B8=8B=E6=96=87=E4=BB=A4=E7=89=8C=E6=95=B0=E4=BB=8E?= =?UTF-8?q?64=E5=A2=9E=E5=8A=A0=E5=88=B0128?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/AccountSettingSystem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/setting/AccountSettingSystem.vue b/src/views/setting/AccountSettingSystem.vue index a13f2d0f..a511f67d 100644 --- a/src/views/setting/AccountSettingSystem.vue +++ b/src/views/setting/AccountSettingSystem.vue @@ -62,7 +62,7 @@ const SystemSettings = ref({ LLM_BASE_URL: 'https://api.deepseek.com', LLM_USE_PROXY: true, LLM_BASE_URL_PRESET: null, - LLM_MAX_CONTEXT_TOKENS: 64, + LLM_MAX_CONTEXT_TOKENS: 128, LLM_USER_AGENT: null, AUDIO_INPUT_PROVIDER: 'openai', AUDIO_INPUT_API_KEY: null,