From c142275b3c17887909dc50cf78909fa8f26ecf96 Mon Sep 17 00:00:00 2001 From: Rajj9900 Date: Tue, 24 Jun 2025 20:57:08 +0530 Subject: [PATCH] Update deepseek-r1.py --- OpenRouter/deepseek-r1.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenRouter/deepseek-r1.py b/OpenRouter/deepseek-r1.py index 1064a45..d03a703 100644 --- a/OpenRouter/deepseek-r1.py +++ b/OpenRouter/deepseek-r1.py @@ -1,8 +1,8 @@ import telebot import requests -# Replace '' with your bot's token -API_TOKEN = '' +# Replace '7252962945:AAEICeMxRgf4cqNgqRbUa6h4xvkPlpiRiQA' with your bot's token +API_TOKEN = 'AIzaSyCNUGhuoAvvaSJ2ypsqzgtUCaLSusRZs5Y' bot = telebot.TeleBot(API_TOKEN) # Welcome message for the /start command @@ -46,4 +46,4 @@ def respond_to_message(message): bot.send_message(chat_id, bot_response) # Start polling -bot.polling() \ No newline at end of file +bot.polling()