From c1fcb56aa6837e40f061fa5dacf0da2e3914a64c Mon Sep 17 00:00:00 2001 From: Groupr Date: Fri, 23 May 2025 14:42:20 +0000 Subject: [PATCH] Update uncloseai.js Removed naptha --- uncloseai.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/uncloseai.js b/uncloseai.js index 9cfb902..9d21779 100644 --- a/uncloseai.js +++ b/uncloseai.js @@ -33,12 +33,10 @@ let lastTTSResult = null; // Dynamic Endpoints Configuration for Chat API // You can list as many endpoints as you need. -// { id: 'node2.naptha.ai', url: 'https://naptha2.ai.unturf.com/v1' }, -// { id: 'node3.naptha.ai', url: 'https://naptha3.ai.unturf.com/v1' } +// { id: 'hermes.ai.unturf.com', url: 'https://hermes.ai.unturf.com/v1' }, + const VLLM_ENDPOINTS = [ { id: 'hermes.ai.unturf.com', url: 'https://hermes.ai.unturf.com/v1' }, - { id: 'node2.naptha.ai', url: 'https://node2.naptha.ai/inference' }, - { id: 'node3.naptha.ai', url: 'https://node3.naptha.ai/inference' }, { id: 'hermes2.ai.unturf.com', url: 'https://hermes2.ai.unturf.com/v1' } ];