mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 02:36:52 +00:00
more
This commit is contained in:
@@ -15,8 +15,9 @@ export namespace Config {
|
||||
outputCached: z.number(),
|
||||
}),
|
||||
contextWindow: z.number(),
|
||||
maxTokens: z.number(),
|
||||
maxTokens: z.number().optional(),
|
||||
attachment: z.boolean(),
|
||||
reasoning: z.boolean().optional(),
|
||||
});
|
||||
export type Model = z.output<typeof Model>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user