v85: DPI bypass — proxy_request_buffering off + client_body_timeout 120s

This commit is contained in:
“Naeel”
2026-05-23 06:42:27 +04:00
parent 625c24b695
commit 2cf853be56
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// ---------- Глобальные переменные и инициализация ----------
const GROQ_API_KEY = '';
const VERSION = 'v84';
const VERSION = 'v85';
let mediaRecorder, audioChunks = [], userAudioBlob = null, ttsText = '';
let isRecording = false, isAnalyzing = false, micAnalyser = null, micAnimId = null;