Skip to content

Commit 89029a2

Browse files
chore: generate
1 parent ce69bd9 commit 89029a2

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

packages/opencode/src/config/config.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,10 @@ export const Info = z
135135
.array(z.string())
136136
.optional()
137137
.describe("When set, ONLY these providers will be enabled. All other providers will be ignored"),
138-
model: ConfigModelID.zod
139-
.describe("Model to use in the format of provider/model, eg anthropic/claude-2")
138+
model: ConfigModelID.zod.describe("Model to use in the format of provider/model, eg anthropic/claude-2").optional(),
139+
small_model: ConfigModelID.zod
140+
.describe("Small model to use for tasks like title generation in the format of provider/model")
140141
.optional(),
141-
small_model: ConfigModelID.zod.describe(
142-
"Small model to use for tasks like title generation in the format of provider/model",
143-
).optional(),
144142
default_agent: z
145143
.string()
146144
.optional()

0 commit comments

Comments
 (0)