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 8e34c99 commit 3909c94Copy full SHA for 3909c94
packages/mcp-server/src/config/config.ts
@@ -11,7 +11,7 @@ import {
11
getCurrentGeminiMdFilename,
12
ApprovalMode,
13
GEMINI_CONFIG_DIR as GEMINI_DIR,
14
- DEFAULT_GEMINI_MODEL,
+ DEFAULT_GEMINI_FLASH_MODEL,
15
DEFAULT_GEMINI_EMBEDDING_MODEL,
16
FileDiscoveryService,
17
TelemetryTarget,
@@ -97,7 +97,7 @@ export async function loadServerConfig(
97
const model =
98
process.env.GEMINI_TOOLS_DEFAULT_MODEL ||
99
process.env.GEMINI_MODEL ||
100
- DEFAULT_GEMINI_MODEL;
+ DEFAULT_GEMINI_FLASH_MODEL;
101
102
return new Config({
103
sessionId,
0 commit comments