mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Use the proper quotes
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user