Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2026-02-11 09:35:24 -05:00
committed by GitHub
parent 544bc1bc4f
commit f636a97faa
81 changed files with 109 additions and 110 deletions
@@ -95,7 +95,7 @@ export function LeadWorkerSettings({ isOpen, onClose }: LeadWorkerSettingsProps)
predefinedModels.forEach((model) => {
options.push({
value: model.name, // Use name for switching
label: model.alias || model.name, // Use alias for display, fallback to name
label: model.alias || model.name, // Use alias for display, fall back to name
provider: model.provider,
});
});