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[]} * @type {string[]}
*/ */
const OPENROUTER_PROVIDERS = [ const OPENROUTER_PROVIDERS = [
"OpenAI", 'OpenAI',
"Anthropic", 'Anthropic',
"Google", 'Google',
"Google AI Studio", 'Google AI Studio',
"Amazon Bedrock", 'Amazon Bedrock',
"Groq", 'Groq',
"SambaNova", 'SambaNova',
"Cohere", 'Cohere',
"Mistral", 'Mistral',
"Together", 'Together',
"Together 2", 'Together 2',
"Fireworks", 'Fireworks',
"DeepInfra", 'DeepInfra',
"Lepton", 'Lepton',
"Novita", 'Novita',
"Avian", 'Avian',
"Lambda", 'Lambda',
"Azure", 'Azure',
"Modal", 'Modal',
"AnyScale", 'AnyScale',
"Replicate", 'Replicate',
"Perplexity", 'Perplexity',
"Recursal", 'Recursal',
"OctoAI", 'OctoAI',
"DeepSeek", 'DeepSeek',
"Infermatic", 'Infermatic',
"AI21", 'AI21',
"Featherless", 'Featherless',
"Inflection", 'Inflection',
"xAI", 'xAI',
"Cloudflare", 'Cloudflare',
"SF Compute", 'SF Compute',
"Minimax", 'Minimax',
"Nineteen", 'Nineteen',
"Liquid", 'Liquid',
"Stealth", 'Stealth',
"NCompass", 'NCompass',
"InferenceNet", 'InferenceNet',
"Friendli", 'Friendli',
"AionLabs", 'AionLabs',
"Alibaba", 'Alibaba',
"Nebius", 'Nebius',
"Chutes", 'Chutes',
"Kluster", 'Kluster',
"Crusoe", 'Crusoe',
"Targon", 'Targon',
"Ubicloud", 'Ubicloud',
"Parasail", 'Parasail',
"Phala", 'Phala',
"Cent-ML", 'Cent-ML',
"Venice", 'Venice',
"01.AI", '01.AI',
"HuggingFace", 'HuggingFace',
"Mancer", 'Mancer',
"Mancer 2", 'Mancer 2',
"Hyperbolic", 'Hyperbolic',
"Hyperbolic 2", 'Hyperbolic 2',
"Lynn 2", 'Lynn 2',
"Lynn", 'Lynn',
"Reflection" 'Reflection'
]; ];
export async function loadOllamaModels(data) { export async function loadOllamaModels(data) {