From 333c36c4fdac53e4d84929707daf54f573f23ead Mon Sep 17 00:00:00 2001 From: Anton Palgunov Date: Sat, 1 Apr 2023 21:30:22 +0100 Subject: [PATCH] fix --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 36da547..44797a9 100644 --- a/bot.py +++ b/bot.py @@ -106,7 +106,7 @@ def generate_chat_response(message_text): except Exception as e: print(e) - return "Что-то пошло не так c OpenAI..." + return "Что-то пошло не так c OpenAI...", None, None @bot.message_handler(commands=['start'])