From c46c9c00a7669dd4f64aa9e4f800b59148763030 Mon Sep 17 00:00:00 2001 From: Kye Date: Sat, 23 Sep 2023 15:48:59 -0400 Subject: [PATCH] clean up --- swarms/tools/autogpt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/swarms/tools/autogpt.py b/swarms/tools/autogpt.py index b0f1e5a6..bca03c16 100644 --- a/swarms/tools/autogpt.py +++ b/swarms/tools/autogpt.py @@ -159,4 +159,5 @@ def compile(task: str): task = interpreter.chat(task) interpreter.chat() + interpreter.reset()