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