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 @@ AI助手 - +
- - + + \ No newline at end of file