Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618 2024-05-18 13:30:53 +08:00
parent c42f51033a
commit 7938e636df

View File

@ -23,7 +23,7 @@ if DIFY_API_KEY:
# Global history cache
dify_player_dict = {}
dify_player_c = {} # History cache is supported by dify cloud conversation_id.
dify_player_c = {} # History cache is supported by dify cloud conversation_id.
def dify_handler(message: Message, bot: TeleBot) -> None: