From 23644bf2145e2a21f6fd5a60b593dd9c64c64d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sat, 23 May 2026 07:08:56 +0400 Subject: [PATCH] =?UTF-8?q?v87:=20WebSocket=20=D0=BD=D0=B0=20lang.kube5s.r?= =?UTF-8?q?u/ws=20=E2=80=94=20=D0=B2=D1=81=D1=91=20=D0=BD=D0=B0=20=D0=BE?= =?UTF-8?q?=D0=B4=D0=BD=D0=BE=D0=BC=20=D0=B4=D0=BE=D0=BC=D0=B5=D0=BD=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.html | 4 ++-- js/main.js | 2 +- js/transcribe.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.html b/dist/index.html index e7fc309..8174a89 100644 --- a/dist/index.html +++ b/dist/index.html @@ -271,7 +271,7 @@ async function transcribe(blob) { return new Promise((resolve) => { try { - const ws = new WebSocket('wss://proxy.kube5s.ru/ws'); + const ws = new WebSocket('wss://lang.kube5s.ru/ws'); const timeout = setTimeout(() => { console.log('[WS] timeout'); ws.close(); resolve({ text: '', error: 'timeout' }); }, 60000); @@ -803,7 +803,7 @@ async function doCompare(blob, originalText, duration) {