add qwen.ai.unturf.com endpoint to model registry

This commit is contained in:
Russell Ballestrini 2025-10-11 09:30:07 -04:00
parent 90645cc899
commit 39db3f1004

View file

@ -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)