diff --git a/www/app.js b/www/app.js index dccc478..bc36a99 100644 --- a/www/app.js +++ b/www/app.js @@ -1023,7 +1023,8 @@ ${conversationText}`; body: JSON.stringify({ model: CONFIG.model, messages: [{ role: 'user', content: titlePrompt }], - max_tokens: 50 + max_tokens: 100, + thinking: { type: 'disabled' } // 禁用思考模式,直接输出标题 }) }); diff --git a/www/index.html b/www/index.html index 81238e4..68f0809 100644 --- a/www/index.html +++ b/www/index.html @@ -8,12 +8,12 @@ AI助手 - +
- - + + \ No newline at end of file