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
stt.py
View File

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