Revert "Disable Routing by default (#11549)" (#11594)

This commit is contained in:
Abhi
2025-10-21 14:36:28 -04:00
committed by GitHub
parent 86c2f43ed5
commit b03d12c4f9
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1071,7 +1071,7 @@ 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: true,