chore: e2e model
This commit is contained in:
parent
25a2b739e6
commit
8c2e2ecc95
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ const serverEnv = {
|
|||
OPENCODE_E2E_PROJECT_DIR: repoDir,
|
||||
OPENCODE_E2E_SESSION_TITLE: "E2E Session",
|
||||
OPENCODE_E2E_MESSAGE: "Seeded for UI e2e",
|
||||
OPENCODE_E2E_MODEL: "opencode/gpt-5-nano",
|
||||
OPENCODE_E2E_MODEL: process.env.OPENCODE_E2E_MODEL ?? "opencode/gpt-5-nano",
|
||||
OPENCODE_CLIENT: "app",
|
||||
OPENCODE_STRICT_CONFIG_DEPS: "true",
|
||||
} satisfies Record<string, string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue