diff --git a/public/src/config.js b/public/src/config.js index bb4d2bc..5b1ef23 100644 --- a/public/src/config.js +++ b/public/src/config.js @@ -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";