From 7ef129504519c79febfb47b615159f39c2404097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 1 Jun 2026 22:39:45 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B4=D1=83=D0=B1=D0=BB=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=D1=82=20const=20cData,=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=97=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 1 - 1 file changed, 1 deletion(-) 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('✅ Готово');