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)