Update uncloseai.js Removed naptha #3

Merged
Groupr merged 1 commit from Groupr-master-patch-68456 into master 2025-05-24 11:52:19 -04:00

View file

@ -33,12 +33,10 @@ let lastTTSResult = null;
// Dynamic Endpoints Configuration for Chat API // Dynamic Endpoints Configuration for Chat API
// You can list as many endpoints as you need. // You can list as many endpoints as you need.
// { id: 'node2.naptha.ai', url: 'https://naptha2.ai.unturf.com/v1' }, // { id: 'hermes.ai.unturf.com', url: 'https://hermes.ai.unturf.com/v1' },
// { id: 'node3.naptha.ai', url: 'https://naptha3.ai.unturf.com/v1' }
const VLLM_ENDPOINTS = [ const VLLM_ENDPOINTS = [
{ id: 'hermes.ai.unturf.com', url: 'https://hermes.ai.unturf.com/v1' }, { 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' } { id: 'hermes2.ai.unturf.com', url: 'https://hermes2.ai.unturf.com/v1' }
]; ];