This commit is contained in:
2026-02-02 07:11:47 -05:00
parent 1f833e0124
commit ad31e878cb
6 changed files with 12 additions and 6 deletions

3
tts.py
View File

@@ -29,7 +29,8 @@ logger = logging.getLogger("tts-demo")
# Configuration
TTS_URL = os.environ.get(
"TTS_URL",
"http://tts-predictor.ai-ml.svc.cluster.local"
# Default: Ray Serve TTS endpoint
"http://ai-inference-serve-svc.ai-ml.svc.cluster.local:8000/tts"
)
MLFLOW_TRACKING_URI = os.environ.get(
"MLFLOW_TRACKING_URI",