We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07db08 commit 1f28db3Copy full SHA for 1f28db3
config.d.ts
@@ -98,7 +98,7 @@ export type Config = {
98
*
99
* @default "gemini-2.0-flash"
100
*/
101
- modelName?: AvailableModelSchema;
+ modelName?: z.infer<typeof AvailableModelSchema>;
102
/**
103
* API key for the custom model provider
104
* Required when using a model other than the default gemini-2.0-flash
0 commit comments