Former-commit-id: cb687c658af3933aec9ea590a0fd201b85fdf671
pull/160/head
Kye 2 years ago
parent f43eaaab1a
commit 0fcaddebf0

@ -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

Loading…
Cancel
Save