feat(cli): Enable model router by default and add to settings dialog (#9262)

This commit is contained in:
Abhi
2025-09-24 17:33:14 -04:00
committed by GitHub
parent 4c6da1eaf9
commit ee36307495
5 changed files with 7 additions and 7 deletions

View File

@@ -986,10 +986,10 @@ const SETTINGS_SCHEMA = {
label: 'Use Model Router',
category: 'Experimental',
requiresRestart: true,
default: false,
default: true,
description:
'Enable model routing to route requests to the best model based on complexity.',
showInDialog: false,
showInDialog: true,
},
},
},