From 1512c7c23ac0ca3355a23985cc9eac07d94416ba Mon Sep 17 00:00:00 2001 From: koziavin Date: Sat, 7 Jun 2025 21:54:08 +0400 Subject: [PATCH] initial commit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3029428..2bf63b4 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const botToken = "7745542423:AAHc3JM1kvO-Z_1OBp1L95T9QWr4jRrbfpY"; // замен const bot = new Telegraf(botToken); // Новый API Ollama -const OLLAMA_URL = "http://ollama.miduway.space/api/generate"; +const OLLAMA_URL = "https://ollama.miduway.space/api/generate"; bot.start((ctx) => ctx.reply("Привет! Я — Mistral-бoт через Ollama. Напиши что-нибудь.")