Skip to content

Commit

Permalink
revert back to va-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
yzld2002 committed Aug 27, 2024
1 parent 7e149d1 commit 1909c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/utils/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def download_file(self, file_path: str) -> Path:

@staticmethod
def _new_e2b_interpreter_impl(*args, **kwargs) -> E2BCodeInterpreterImpl: # type: ignore
template_name = os.environ.get("E2B_TEMPLATE_NAME", "nx3fagq7sgdliww9cvm3")
template_name = os.environ.get("E2B_TEMPLATE_NAME", "va-sandbox")
_LOGGER.info(
f"Creating a new E2BCodeInterpreter using template: {template_name}"
)
Expand Down

0 comments on commit 1909c64

Please sign in to comment.