Update uncloseai.js Removed naptha
This commit is contained in:
parent
faea5e1628
commit
c1fcb56aa6
1 changed files with 2 additions and 4 deletions
|
|
@ -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' }
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue