Skip to content

Commit fbc0870

Browse files
chore: generate
1 parent 576a681 commit fbc0870

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/opencode/src/config/config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,9 @@ export namespace Config {
10431043
.optional()
10441044
.describe("When set, ONLY these providers will be enabled. All other providers will be ignored"),
10451045
model: ModelId.describe("Model to use in the format of provider/model, eg anthropic/claude-2").optional(),
1046-
small_model: ModelId.describe("Small model to use for tasks like title generation in the format of provider/model").optional(),
1046+
small_model: ModelId.describe(
1047+
"Small model to use for tasks like title generation in the format of provider/model",
1048+
).optional(),
10471049
default_agent: z
10481050
.string()
10491051
.optional()

0 commit comments

Comments
 (0)