From cc75768668c514b5811ad72cc55336f39b7f95cc Mon Sep 17 00:00:00 2001 From: cloak1505 <170299980+cloak1505@users.noreply.github.com> Date: Sat, 10 May 2025 05:42:15 -0500 Subject: [PATCH] Actual copy and paste Turns out the doc is already alphabetized but with dead providers moved to the top, so I didn't have to alphabetize the whole list and manually remove the dead ones. --- public/scripts/textgen-models.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/scripts/textgen-models.js b/public/scripts/textgen-models.js index 1e01a001a..c1226f493 100644 --- a/public/scripts/textgen-models.js +++ b/public/scripts/textgen-models.js @@ -45,10 +45,9 @@ const OPENROUTER_PROVIDERS = [ 'Fireworks', 'Friendli', 'GMICloud', - 'Google AI Studio', 'Google', + 'Google AI Studio', 'Groq', - 'Hyperbolic 2', 'Hyperbolic', 'Inception', 'InferenceNet', @@ -58,8 +57,8 @@ const OPENROUTER_PROVIDERS = [ 'Kluster', 'Lambda', 'Liquid', - 'Mancer 2', 'Mancer', + 'Mancer 2', 'Minimax', 'Mistral', 'NCompass', @@ -72,11 +71,9 @@ const OPENROUTER_PROVIDERS = [ 'Parasail', 'Perplexity', 'Phala', - 'SambaNova 2', 'SambaNova', 'Stealth', 'Targon', - 'Together 2', 'Together', 'Ubicloud', 'Venice',