Switch TTS to 3090-ai server (20 voices)
This commit is contained in:
parent
15e7e4c7c7
commit
ed4b599895
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Configuration and endpoints for uncloseai.js
|
||||
|
||||
export const TTS_API_URL = "https://speech.ai.unturf.com/v1/audio/speech";
|
||||
export const VOICES_API_URL = "https://speech.ai.unturf.com/v1/voices";
|
||||
export const TTS_API_URL = "https://speech.3090-ai.unturf.com/v1/audio/speech";
|
||||
export const VOICES_API_URL = "https://speech.3090-ai.unturf.com/v1/voices";
|
||||
export const MEGAPARCE_API_URL = "https://megaparce.ai.unturf.com/v1/file";
|
||||
export const CODE_EXEC_URL = "https://code.ai.unturf.com"; // Code execution sandbox
|
||||
export const API_KEY = "dummy-api-key";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue