From de5ce61f3abd94966ad1fb59c23ccc95e6b3b4eb Mon Sep 17 00:00:00 2001 From: cloak1505 Date: Fri, 7 Mar 2025 11:43:50 -0600 Subject: [PATCH] Update providers list in OpenrouterSettings.svelte --- .../Setting/Pages/OpenrouterSettings.svelte | 55 +++++++++++++++---- 1 file changed, 44 insertions(+), 11 deletions(-) diff --git a/src/lib/Setting/Pages/OpenrouterSettings.svelte b/src/lib/Setting/Pages/OpenrouterSettings.svelte index af5dc8b6..21d82765 100644 --- a/src/lib/Setting/Pages/OpenrouterSettings.svelte +++ b/src/lib/Setting/Pages/OpenrouterSettings.svelte @@ -11,26 +11,59 @@ const openrouterProviders = [ "OpenAI", "Anthropic", - "HuggingFace", "Google", - "Mancer", - "Mancer 2", + "Google AI Studio", + "Amazon Bedrock", + "Groq", + "SambaNova", + "Cohere", + "Mistral", "Together", + "Together 2", + "Fireworks", "DeepInfra", + "Lepton", + "Novita", + "Avian", + "Lambda", "Azure", "Modal", "AnyScale", "Replicate", "Perplexity", "Recursal", - "Fireworks", - "Mistral", - "Groq", - "Cohere", - "Lepton", "OctoAI", - "Novita", - "Lambda" + "DeepSeek", + "Infermatic", + "AI21", + "Featherless", + "Inflection", + "xAI", + "Cloudflare", + "SF Compute", + "Minimax", + "Nineteen", + "Liquid", + "InferenceNet", + "Friendli", + "AionLabs", + "Alibaba", + "Nebius", + "Chutes", + "Kluster", + "Crusoe", + "Targon", + "Ubicloud", + "Parasail", + "01.AI", + "HuggingFace", + "Mancer", + "Mancer 2", + "Hyperbolic", + "Hyperbolic 2", + "Lynn 2", + "Lynn", + "Reflection" ].sort((a, b) => a.localeCompare(b)); @@ -55,4 +88,4 @@ {#if DBState.db.useInstructPrompt} {/if} - \ No newline at end of file +