Use the proper quotes

e062a33f56b9b78a207f7171fd79bb3d264bbffb

Kristian Schlikow <Dakraid@users.noreply.github.com>

1 files changed, +60 -60Ignore whitespace
public/scripts/textgen-models.js+60 -60
@@ -23,66 +23,66 @@ export let openRouterModels = [];
2323 * @type {string[]}
2424 */
2525const OPENROUTER_PROVIDERS = [
2626 "'OpenAI"',
2727 "'Anthropic"',
2828 "'Google"',
2929 "'Google AI Studio"',
3030 "'Amazon Bedrock"',
3131 "'Groq"',
3232 "'SambaNova"',
3333 "'Cohere"',
3434 "'Mistral"',
3535 "'Together"',
3636 "'Together 2"',
3737 "'Fireworks"',
3838 "'DeepInfra"',
3939 "'Lepton"',
4040 "'Novita"',
4141 "'Avian"',
4242 "'Lambda"',
4343 "'Azure"',
4444 "'Modal"',
4545 "'AnyScale"',
4646 "'Replicate"',
4747 "'Perplexity"',
4848 "'Recursal"',
4949 "'OctoAI"',
5050 "'DeepSeek"',
5151 "'Infermatic"',
5252 "'AI21"',
5353 "'Featherless"',
5454 "'Inflection"',
5555 "'xAI"',
5656 "'Cloudflare"',
5757 "'SF Compute"',
5858 "'Minimax"',
5959 "'Nineteen"',
6060 "'Liquid"',
6161 "'Stealth"',
6262 "'NCompass"',
6363 "'InferenceNet"',
6464 "'Friendli"',
6565 "'AionLabs"',
6666 "'Alibaba"',
6767 "'Nebius"',
6868 "'Chutes"',
6969 "'Kluster"',
7070 "'Crusoe"',
7171 "'Targon"',
7272 "'Ubicloud"',
7373 "'Parasail"',
7474 "'Phala"',
7575 "'Cent-ML"',
7676 "'Venice"',
7777 "'01.AI"',
7878 "'HuggingFace"',
7979 "'Mancer"',
8080 "'Mancer 2"',
8181 "'Hyperbolic"',
8282 "'Hyperbolic 2"',
8383 "'Lynn 2"',
8484 "'Lynn"',
8585 "'Reflection"'
8686];
8787
8888export async function loadOllamaModels(data) {