From 4d323ec76fb06617bd9b84aac469160bf3108214 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 16 Feb 2025 18:15:16 +0200 Subject: [PATCH] OpenRouter: Add new providers to the list Closes #3491 --- public/scripts/textgen-models.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/scripts/textgen-models.js b/public/scripts/textgen-models.js index 962df1a5d..98bffa4ff 100644 --- a/public/scripts/textgen-models.js +++ b/public/scripts/textgen-models.js @@ -58,9 +58,14 @@ const OPENROUTER_PROVIDERS = [ 'Minimax', 'Nineteen', 'Liquid', + 'InferenceNet', + 'Friendli', + 'AionLabs', + 'Alibaba', 'Nebius', 'Chutes', 'Kluster', + 'Targon', '01.AI', 'HuggingFace', 'Mancer',