mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 18:34:24 +00:00
apps/simplex-llm-bot: fix reset
This commit is contained in:
@@ -66,7 +66,7 @@ if __name__ == "__main__":
|
||||
else:
|
||||
return
|
||||
|
||||
chat_histories[chat_id] = [] # wipe the list
|
||||
chat_histories[chat_id]["messages"] = [] # wipe the list
|
||||
await bot.send_message(chat_info, "Conversation history has been reset.")
|
||||
|
||||
if aiclient is not None:
|
||||
|
||||
Reference in New Issue
Block a user