fix providers ChatBase & llama2 (#45)

This commit is contained in:
Dmitry Afanasyev
2023-10-25 23:54:14 +03:00
committed by GitHub
parent ca0ad81ec5
commit 2e7d4880e0
2 changed files with 54 additions and 61 deletions

View File

@@ -79,7 +79,7 @@ async def ask_question(update: Update, context: ContextTypes.DEFAULT_TYPE) -> No
if not update.message:
return
await update.message.reply_text("Пожалуйста подождите, ответ в среднем занимает 10-15 секунд")
await update.message.reply_text("Пожалуйста, подождите, ответ в среднем занимает 10-15 секунд")
chatgpt_service = ChatGptService.build()
logger.warning("question asked", user=update.message.from_user, question=update.message.text)