File tree Expand file tree Collapse file tree
packages/opencode/src/config Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments