fix: use 405b for llama

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2024-07-24 09:38:21 +08:00
parent 0970dedb91
commit e09ce59079
3 changed files with 5 additions and 18 deletions

View File

@ -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,
)