feat: yi large and md

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2024-05-13 14:03:04 +08:00
parent 55fd800eb1
commit 77fefcb4b5
5 changed files with 101 additions and 6 deletions

View File

@ -93,12 +93,12 @@ def llama_pro_handler(message: Message, bot: TeleBot) -> None:
player_message = []
# restart will lose all TODO
if str(message.from_user.id) not in llama_player_dict:
llama_player_dict[str(message.from_user.id)] = (
if str(message.from_user.id) not in llama_pro_player_dict:
llama_pro_player_dict[str(message.from_user.id)] = (
player_message # for the imuutable list
)
else:
player_message = llama_player_dict[str(message.from_user.id)]
player_message = llama_pro_player_dict[str(message.from_user.id)]
if m.strip() == "clear":
bot.reply_to(
message,