From 8f1e9fd29053ed12d52c9029f11b01f9fdfab553 Mon Sep 17 00:00:00 2001 From: ebolam Date: Thu, 29 Sep 2022 13:04:33 -0400 Subject: [PATCH] Remove debug --- koboldai_settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/koboldai_settings.py b/koboldai_settings.py index 50b5c36a..90504925 100644 --- a/koboldai_settings.py +++ b/koboldai_settings.py @@ -260,8 +260,6 @@ class koboldai_vars(object): game_context = [] authors_note_final = self.authornotetemplate.replace("<|>", self.authornote) used_all_tokens = False - with open("test.txt", "w") as f: - f.write(str(action_text_split)) for action in range(len(self.actions)): self.actions.set_action_in_ai(action, used=False) for i in range(len(action_text_split)-1, -1, -1):