Skip to content

Commit 1f28db3

Browse files
Update config.d.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent d07db08 commit 1f28db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export type Config = {
9898
*
9999
* @default "gemini-2.0-flash"
100100
*/
101-
modelName?: AvailableModelSchema;
101+
modelName?: z.infer<typeof AvailableModelSchema>;
102102
/**
103103
* API key for the custom model provider
104104
* Required when using a model other than the default gemini-2.0-flash

0 commit comments

Comments
 (0)