mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-04-29 00:27:09 +08:00
fix: error name typo
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
c87d7f99ea
commit
ad90fadc74
@ -161,7 +161,7 @@ def gemini_pro_handler(message: Message, bot: TeleBot) -> None:
|
|||||||
except:
|
except:
|
||||||
bot.reply_to(
|
bot.reply_to(
|
||||||
message,
|
message,
|
||||||
"claude answer:\n" + "geminipro answer timeout",
|
"Geminipro answer:\n" + "geminipro answer timeout",
|
||||||
parse_mode="MarkdownV2",
|
parse_mode="MarkdownV2",
|
||||||
)
|
)
|
||||||
player.history.clear()
|
player.history.clear()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user