mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-07-08 07:56:43 +08:00
fix: use 405b for llama
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
@ -133,13 +133,3 @@ if KLING_COOKIE:
|
||||
bot.register_message_handler(
|
||||
kling_pro_handler, commands=["kling_pro"], pass_bot=True
|
||||
)
|
||||
bot.register_message_handler(
|
||||
kling_pro_handler, regexp="^kling_pro:", pass_bot=True
|
||||
)
|
||||
bot.register_message_handler(
|
||||
kling_photo_handler,
|
||||
content_types=["photo"],
|
||||
func=lambda m: m.caption
|
||||
and m.caption.startswith(("kling:", "/kling", "kling:", "/kling")),
|
||||
pass_bot=True,
|
||||
)
|
||||
|
Reference in New Issue
Block a user