We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576a681 commit fbc0870Copy full SHA for fbc0870
1 file changed
packages/opencode/src/config/config.ts
@@ -1043,7 +1043,9 @@ export namespace Config {
1043
.optional()
1044
.describe("When set, ONLY these providers will be enabled. All other providers will be ignored"),
1045
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(),
+ small_model: ModelId.describe(
1047
+ "Small model to use for tasks like title generation in the format of provider/model",
1048
+ ).optional(),
1049
default_agent: z
1050
.string()
1051
0 commit comments