diff --git a/public/scripts/textgen-models.js b/public/scripts/textgen-models.js index 61db3224f..678c22982 100644 --- a/public/scripts/textgen-models.js +++ b/public/scripts/textgen-models.js @@ -23,66 +23,66 @@ export let openRouterModels = []; * @type {string[]} */ const OPENROUTER_PROVIDERS = [ - "OpenAI", - "Anthropic", - "Google", - "Google AI Studio", - "Amazon Bedrock", - "Groq", - "SambaNova", - "Cohere", - "Mistral", - "Together", - "Together 2", - "Fireworks", - "DeepInfra", - "Lepton", - "Novita", - "Avian", - "Lambda", - "Azure", - "Modal", - "AnyScale", - "Replicate", - "Perplexity", - "Recursal", - "OctoAI", - "DeepSeek", - "Infermatic", - "AI21", - "Featherless", - "Inflection", - "xAI", - "Cloudflare", - "SF Compute", - "Minimax", - "Nineteen", - "Liquid", - "Stealth", - "NCompass", - "InferenceNet", - "Friendli", - "AionLabs", - "Alibaba", - "Nebius", - "Chutes", - "Kluster", - "Crusoe", - "Targon", - "Ubicloud", - "Parasail", - "Phala", - "Cent-ML", - "Venice", - "01.AI", - "HuggingFace", - "Mancer", - "Mancer 2", - "Hyperbolic", - "Hyperbolic 2", - "Lynn 2", - "Lynn", - "Reflection" + 'OpenAI', + 'Anthropic', + 'Google', + 'Google AI Studio', + 'Amazon Bedrock', + 'Groq', + 'SambaNova', + 'Cohere', + 'Mistral', + 'Together', + 'Together 2', + 'Fireworks', + 'DeepInfra', + 'Lepton', + 'Novita', + 'Avian', + 'Lambda', + 'Azure', + 'Modal', + 'AnyScale', + 'Replicate', + 'Perplexity', + 'Recursal', + 'OctoAI', + 'DeepSeek', + 'Infermatic', + 'AI21', + 'Featherless', + 'Inflection', + 'xAI', + 'Cloudflare', + 'SF Compute', + 'Minimax', + 'Nineteen', + 'Liquid', + 'Stealth', + 'NCompass', + 'InferenceNet', + 'Friendli', + 'AionLabs', + 'Alibaba', + 'Nebius', + 'Chutes', + 'Kluster', + 'Crusoe', + 'Targon', + 'Ubicloud', + 'Parasail', + 'Phala', + 'Cent-ML', + 'Venice', + '01.AI', + 'HuggingFace', + 'Mancer', + 'Mancer 2', + 'Hyperbolic', + 'Hyperbolic 2', + 'Lynn 2', + 'Lynn', + 'Reflection' ]; export async function loadOllamaModels(data) {