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

@@ -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,