Switch TTS to 3090-ai server (20 voices)

This commit is contained in:
russell@unturf.com 2026-01-26 17:32:51 -05:00
parent 15e7e4c7c7
commit ed4b599895

View file

@ -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";