From 13711fb7b0775661e48064a0d9de9947e4021e00 Mon Sep 17 00:00:00 2001
From: Kye <kye@apacmediasolutions.com>
Date: Sat, 23 Sep 2023 16:21:17 -0400
Subject: [PATCH] cleanup

Former-commit-id: 42c0e8b1d4bd3f1242eb410fba6fcfb64cd1ae04
---
 swarms/tools/autogpt.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/swarms/tools/autogpt.py b/swarms/tools/autogpt.py
index d5d84974..17ecc47a 100644
--- a/swarms/tools/autogpt.py
+++ b/swarms/tools/autogpt.py
@@ -160,10 +160,10 @@ def compile(task: str):
     task = interpreter.chat(task, return_messages=True)
     interpreter.chat()
     interpreter.reset(task)
-    
-    os.environ["INTERPRETER_CLI_AUTO_RUN"] = "True"
-    os.environ["INTERPRETER_CLI_FAST_MODE"] = "True"
-    os.environ["INTERPRETER_CLI_DEBUG"] = "True"
+
+    os.environ["INTERPRETER_CLI_AUTO_RUN"] = True
+    os.environ["INTERPRETER_CLI_FAST_MODE"] = True
+    os.environ["INTERPRETER_CLI_DEBUG"] = True