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 38958c3 commit c62b928Copy full SHA for c62b928
src/config.ts
@@ -33,7 +33,7 @@ const defaultConfig: Config = {
33
browserHeight: 768,
34
},
35
cookies: undefined,
36
- modelName: "google/gemini-2.0-flash", // Default Model
+ modelName: "gemini-2.0-flash", // Default Model
37
};
38
39
// Resolve final configuration by merging defaults, file config, and CLI options
0 commit comments