This commit is contained in:
Anton Palgunov 2023-04-01 21:30:22 +01:00
parent 86378dcc5d
commit 333c36c4fd

2
bot.py
View File

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