diff --git a/index.html b/index.html index f39cde0..4d7af66 100644 --- a/index.html +++ b/index.html @@ -1252,7 +1252,7 @@ async function runAiAnalysis() { method:'POST', signal:controller.signal, headers:{'Content-Type':'application/json','Authorization':'Bearer '+apiKey}, body:JSON.stringify({ - model:'deepseek-chat', max_tokens:1800, + model:'deepseek-chat', max_tokens:4000, messages:[ {role:'system',content:'Ты опытный аналитик данных. Отвечай структурированно, конкретно, на русском языке.'}, {role:'user', content:buildPrompt(AppState.snapshots)},