From ed4b599895cae3f1c5a38f04d7ace3df7a733bfd Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 26 Jan 2026 17:32:51 -0500 Subject: [PATCH] Switch TTS to 3090-ai server (20 voices) --- public/src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";