Use the proper quotes

This commit is contained in:
Kristian Schlikow
2025-04-11 12:14:15 +00:00
parent f238e58731
commit e062a33f56

View File

@@ -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) {