Skip to content

Commit

Permalink
feat: revert e2b template back to va-sandbox (#211)
Browse files Browse the repository at this point in the history
revert back to va-sandbox
  • Loading branch information
yzld2002 authored Aug 27, 2024
1 parent 9aa3f3e commit b9e70a4
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 b9e70a4

Please sign in to comment.