Merge branch 'SillyTavern:staging' into staging

db67633af6d7268696f1088695848cd5f6606bb1

Yokayo <52032299+Yokayo@users.noreply.github.com>

Signed
1 files changed, +4 -10Showing whitespace changes
public/scripts/textgen-models.js+4 -10
@@ -42,12 +42,7 @@ const OPENROUTER_PROVIDERS = [
42 'Avian',42 'Avian',
43 'Lambda',43 'Lambda',
44 'Azure',44 'Azure',
45 'Modal',
46 'AnyScale',
47 'Replicate',
48 'Perplexity',45 'Perplexity',
49 'Recursal',
50 'OctoAI',
51 'DeepSeek',46 'DeepSeek',
52 'Infermatic',47 'Infermatic',
53 'AI21',48 'AI21',
@@ -55,10 +50,10 @@ const OPENROUTER_PROVIDERS = [
55 'Inflection',50 'Inflection',
56 'xAI',51 'xAI',
57 'Cloudflare',52 'Cloudflare',
58 'SF Compute',
59 'Minimax',53 'Minimax',
60 'Nineteen',54 'Nineteen',
61 'Liquid',55 'Liquid',
56 'GMICloud',
62 'Stealth',57 'Stealth',
63 'NCompass',58 'NCompass',
64 'InferenceNet',59 'InferenceNet',
@@ -75,14 +70,13 @@ const OPENROUTER_PROVIDERS = [
75 'Phala',70 'Phala',
76 'Cent-ML',71 'Cent-ML',
77 'Venice',72 'Venice',
78 '01.AI',73 'OpenInference',
79 'HuggingFace',74 'Atoma',
75 'Enfer',
80 'Mancer',76 'Mancer',
81 'Mancer 2',77 'Mancer 2',
82 'Hyperbolic',78 'Hyperbolic',
83 'Hyperbolic 2',79 'Hyperbolic 2',
84 'Lynn 2',
85 'Lynn',
86 'Reflection',80 'Reflection',
87];81];
8882