From 07c2dbbcedec3e8f1fa1317362c71a9fb7408b5f Mon Sep 17 00:00:00 2001 From: projectmoon Date: Thu, 25 Jul 2024 21:46:47 +0200 Subject: [PATCH] fix typo in nuke command. --- checkpoint_summary_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkpoint_summary_filter.py b/checkpoint_summary_filter.py index 52b19a4..b8e8260 100644 --- a/checkpoint_summary_filter.py +++ b/checkpoint_summary_filter.py @@ -691,7 +691,7 @@ class Filter: await self.send_message("Deleted all checkpoint for chat.") body["messages"][-1]["content"] = ( - "Respond ony with: 'Deleted all checkpoint for chat.'" + "Respond ony with: 'Deleted all checkpoints for chat.'" ) body["messages"] = body["messages"][-1:]