Update uncloseai.js Removed naptha

This commit is contained in:
Groupr 2025-05-23 14:42:20 +00:00
parent faea5e1628
commit c1fcb56aa6

View file

@ -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' }
];