Skip to content

Commit c62b928

Browse files
committed
correct modelname
1 parent 38958c3 commit c62b928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const defaultConfig: Config = {
3333
browserHeight: 768,
3434
},
3535
cookies: undefined,
36-
modelName: "google/gemini-2.0-flash", // Default Model
36+
modelName: "gemini-2.0-flash", // Default Model
3737
};
3838

3939
// Resolve final configuration by merging defaults, file config, and CLI options

0 commit comments

Comments
 (0)