From b9e70a43c29a26b4da1120ff38a14e4219b94d74 Mon Sep 17 00:00:00 2001 From: Zhichao Date: Tue, 27 Aug 2024 14:56:50 +0800 Subject: [PATCH] feat: revert e2b template back to va-sandbox (#211) revert back to va-sandbox --- vision_agent/utils/execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision_agent/utils/execute.py b/vision_agent/utils/execute.py index b62308ff..033276d3 100644 --- a/vision_agent/utils/execute.py +++ b/vision_agent/utils/execute.py @@ -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}" )