Skip to content

Commit 092c5a3

Browse files
committed
update e2b toml
1 parent 62f387c commit 092c5a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sandbox-templates/e2b.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# This is a config for E2B sandbox template.
2-
# You can use template ID (tbjhnhg5e3bd22i8jqgk) or template name (bigcodebench-evaluator) to create a sandbox:
2+
# You can use template ID (xs3c9i0hy53751xam77h) or template name (bigcodebench_evaluator) to create a sandbox:
33

44
# Python SDK
55
# from e2b import Sandbox, AsyncSandbox
6-
# sandbox = Sandbox("bigcodebench-evaluator") # Sync sandbox
7-
# sandbox = await AsyncSandbox.create("bigcodebench-evaluator") # Async sandbox
6+
# sandbox = Sandbox("bigcodebench_evaluator") # Sync sandbox
7+
# sandbox = await AsyncSandbox.create("bigcodebench_evaluator") # Async sandbox
88

99
# JS SDK
1010
# import { Sandbox } from 'e2b'
11-
# const sandbox = await Sandbox.create('bigcodebench-evaluator')
11+
# const sandbox = await Sandbox.create('bigcodebench_evaluator')
1212

1313
team_id = "f317d0d2-ba02-44c5-8b77-e4a2d7830c7c"
1414
dockerfile = "e2b.Dockerfile"
15-
template_name = "bigcodebench-evaluator"
16-
template_id = "tbjhnhg5e3bd22i8jqgk"
15+
template_name = "bigcodebench_evaluator"
16+
template_id = "xs3c9i0hy53751xam77h"

0 commit comments

Comments
 (0)