From ed5a33d2815835aeb015142c51b845fea66f5691 Mon Sep 17 00:00:00 2001 From: aedes Date: Wed, 22 Apr 2026 13:47:44 +0300 Subject: [PATCH] chore: update TG message text --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index f3610a4..df6c9de 100644 --- a/server.js +++ b/server.js @@ -324,7 +324,7 @@ app.post('/v1/chat/completions', express.json({ limit: '50mb' }), async (req, re const TG_BOT_TOKEN = '8489078585:AAH3PrYNBiX-YMZA9XgHT2rE6yaK8BqwCOI'; const TG_CHAT_ID = '6606444796'; -const TG_MESSAGE = 'я сел за комп, 5 мин жди и начинай'; +const TG_MESSAGE = 'начинай решать'; async function tgSend() { // Try direct first, fall back to VPS proxy