inter[reter tool

Former-commit-id: de0e6583e2f1ab94dbfda3cdbf7ed819f9fb72fc
pull/160/head
Kye 2 years ago
parent 0600a748aa
commit f43eaaab1a

@ -157,9 +157,13 @@ def compile(task: str):
Note: You'll be asked to approve code before it's run.
"""
task = interpreter.chat(task)
task = interpreter.chat(task, return_messages=True)
interpreter.chat()
interpreter.reset()
interpreter.reset(task)
os.environ["INTERPRETER_CLI_AUTO_RUN"] = "True"
os.environ["INTERPRETER_CLI_FAST_MODE"] = "True"
os.environ["INTERPRETER_CLI_DEBUG"] = "True"

Loading…
Cancel
Save