apps/simplex-llm-bot: fix reset

This commit is contained in:
shum
2025-08-30 04:54:46 +00:00
parent 51f21a4b4d
commit ade94683ad
+1 -1
View File
@@ -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: