Skip to content

Commit

Permalink
Change template name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Aug 20, 2024
1 parent 93adec4 commit cda01a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/src/codeInterpreter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export class JupyterExtension {
}

export class CodeInterpreter extends Sandbox {
protected static override readonly defaultTemplate: string = 'code-interpreter-beta'
protected static override readonly defaultTemplate: string = 'ci-df'
protected static readonly jupyterPort = 49999

readonly notebook = new JupyterExtension(
Expand Down
2 changes: 1 addition & 1 deletion python/e2b_code_interpreter/constants.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DEFAULT_TEMPLATE = "code-interpreter-beta"
DEFAULT_TEMPLATE = "ci-df"
JUPYTER_PORT = 49999
DEFAULT_KERNEL_ID = "default"

0 comments on commit cda01a6

Please sign in to comment.