diff --git a/surfsense_web/components/settings/model-config-manager.tsx b/surfsense_web/components/settings/model-config-manager.tsx index a7f5d2dec..bc59532d1 100644 --- a/surfsense_web/components/settings/model-config-manager.tsx +++ b/surfsense_web/components/settings/model-config-manager.tsx @@ -112,12 +112,12 @@ const LLM_PROVIDERS = [ example: "meta/llama-2-70b-chat", description: "Run models via API", }, - { - value: "OPENROUTER", - label: "OpenRouter", - example: "anthropic/claude-opus-4.1, openai/gpt-5", - description: "API gateway and LLM marketplace that provides unified access ", - }, + { + value: "OPENROUTER", + label: "OpenRouter", + example: "anthropic/claude-opus-4.1, openai/gpt-5", + description: "API gateway and LLM marketplace that provides unified access ", + }, { value: "CUSTOM", label: "Custom Provider",