Skip to content

Commit

Permalink
Update sandbox name
Browse files Browse the repository at this point in the history
  • Loading branch information
humpydonkey committed Jul 2, 2024
1 parent 32850ac commit 9300f89
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 @@ -469,7 +469,7 @@ def download_file(self, file_path: str) -> Path:
retry=tenacity.retry_if_exception_type(ServiceException),
)
def _new_e2b_interpreter_impl(*args, **kwargs) -> E2BCodeInterpreterImpl: # type: ignore
return E2BCodeInterpreterImpl(template="vmoecbii7de0c4u84dfe", *args, **kwargs)
return E2BCodeInterpreterImpl(template="va-sandbox", *args, **kwargs)


class LocalCodeInterpreter(CodeInterpreter):
Expand Down

0 comments on commit 9300f89

Please sign in to comment.