Skip to content

Commit 8c2e2ec

Browse files
committed
chore: e2e model
1 parent 25a2b73 commit 8c2e2ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/script/e2e-local.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const serverEnv = {
7171
OPENCODE_E2E_PROJECT_DIR: repoDir,
7272
OPENCODE_E2E_SESSION_TITLE: "E2E Session",
7373
OPENCODE_E2E_MESSAGE: "Seeded for UI e2e",
74-
OPENCODE_E2E_MODEL: "opencode/gpt-5-nano",
74+
OPENCODE_E2E_MODEL: process.env.OPENCODE_E2E_MODEL ?? "opencode/gpt-5-nano",
7575
OPENCODE_CLIENT: "app",
7676
OPENCODE_STRICT_CONFIG_DEPS: "true",
7777
} satisfies Record<string, string>

0 commit comments

Comments
 (0)