diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-04-17 21:00:20 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-04-17 21:00:20 +0000 |
| commit | 89029a20ef1548f6637c15f63f39f281e4a6dae7 (patch) | |
| tree | 7499fc1a831fef71a73e22007ddb9fe51a905a5e /packages | |
| parent | ce69bd97b90200a4d9794bd0409d3b4bb7996e54 (diff) | |
| download | opencode-89029a20ef1548f6637c15f63f39f281e4a6dae7.tar.gz opencode-89029a20ef1548f6637c15f63f39f281e4a6dae7.zip | |
chore: generate
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/opencode/src/config/config.ts | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/opencode/src/config/config.ts b/packages/opencode/src/config/config.ts index 684fdf63a..f228878d0 100644 --- a/packages/opencode/src/config/config.ts +++ b/packages/opencode/src/config/config.ts @@ -135,12 +135,10 @@ export const Info = z .array(z.string()) .optional() .describe("When set, ONLY these providers will be enabled. All other providers will be ignored"), - model: ConfigModelID.zod - .describe("Model to use in the format of provider/model, eg anthropic/claude-2") + model: ConfigModelID.zod.describe("Model to use in the format of provider/model, eg anthropic/claude-2").optional(), + small_model: ConfigModelID.zod + .describe("Small model to use for tasks like title generation in the format of provider/model") .optional(), - small_model: ConfigModelID.zod.describe( - "Small model to use for tasks like title generation in the format of provider/model", - ).optional(), default_agent: z .string() .optional() |
