diff --git a/public/index.html b/public/index.html index a397e7d..73c7d48 100644 --- a/public/index.html +++ b/public/index.html @@ -139,7 +139,6 @@ }); const cData = await cRes.json(); if (cData.sid) sessionSid = cData.sid; - const cData = await cRes.json(); chat.innerHTML += '
🤖 GPT-OSS: ' + (cData.response || cData.error || 'Ошибка') + '
'; chat.scrollTop = chat.scrollHeight; setStatus('✅ Готово');