From 5a6c0c41b374886c4af7e8a0bc7848ba68db6f08 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Sun, 26 Apr 2026 11:29:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=80=9D=E8=80=83?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=90=8D=E7=A7=B0=E4=B8=BAglm-z1-flash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/app.js | 2 +- www/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/app.js b/www/app.js index c56bc29..6d66f3a 100644 --- a/www/app.js +++ b/www/app.js @@ -5,7 +5,7 @@ const CONFIG = { apiUrl: 'https://open.bigmodel.cn/api/paas/v4/chat/completions', apiKey: '2259e33a1357460abe17919aaf81e73d.K44a8LPQTmFM5PKm', model: 'glm-4.5-air', - thinkingModel: 'glm-4-flash-thinking', // 思考模型 + thinkingModel: 'glm-z1-flash', // 智谱思考模型 maxTokens: 2048 }; diff --git a/www/index.html b/www/index.html index caf840d..25feb92 100644 --- a/www/index.html +++ b/www/index.html @@ -8,12 +8,12 @@