Enable Model Routing (#11154)

This commit is contained in:
Victor May
2025-10-14 20:47:48 -04:00
committed by GitHub
parent 996c9f5955
commit a2f3339a0e
4 changed files with 5 additions and 5 deletions

View File

@@ -669,7 +669,7 @@ export async function loadCliConfig(
);
}
const useModelRouter = settings.experimental?.useModelRouter ?? false;
const useModelRouter = settings.experimental?.useModelRouter ?? true;
const defaultModel = useModelRouter
? DEFAULT_GEMINI_MODEL_AUTO
: DEFAULT_GEMINI_MODEL;