mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-06-23 12:40:03 +08:00
feat: dify chatbot
This commit is contained in:
@ -23,7 +23,7 @@ if DIFY_API_KEY:
|
||||
|
||||
# Global history cache
|
||||
dify_player_dict = {}
|
||||
dify_player_c = {}
|
||||
dify_player_c = {} # History cache is supported by dify cloud conversation_id.
|
||||
|
||||
|
||||
def dify_handler(message: Message, bot: TeleBot) -> None:
|
||||
|
Reference in New Issue
Block a user