mirror of
https://github.com/aljazceru/opencode.git
synced 2026-02-05 16:14:33 +01:00
add cost
This commit is contained in:
@@ -22,7 +22,7 @@ export namespace Config {
|
||||
|
||||
export const Provider = z.object({
|
||||
options: z.record(z.string(), z.any()).optional(),
|
||||
models: z.record(z.string(), Model).optional(),
|
||||
models: z.record(z.string(), Model),
|
||||
});
|
||||
export type Provider = z.output<typeof Provider>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user