From 39db3f100465b27e4382c75ee93dfcf525182e1a Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 11 Oct 2025 09:30:07 -0400 Subject: [PATCH] add qwen.ai.unturf.com endpoint to model registry --- src/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.js b/src/config.js index 45bee17..b59fead 100644 --- a/src/config.js +++ b/src/config.js @@ -68,6 +68,7 @@ export async function getSystemMessage() { export const VLLM_ENDPOINTS = [ { id: "hermes.ai.unturf.com", url: "https://hermes.ai.unturf.com/v1" }, { id: "hermes2.ai.unturf.com", url: "https://hermes2.ai.unturf.com/v1" }, + { id: "qwen.ai.unturf.com", url: "https://qwen.ai.unturf.com/v1" }, ]; // Function to get API configuration (custom or default)