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'])