quick commit

This commit is contained in:
ALIHAN DIKEL
2025-03-26 10:09:36 +03:00
parent 9a600a66c0
commit 289ef7c1b2

View File

@@ -60,6 +60,7 @@ class WhisperEngine:
if not self._model_loaded:
models_dir = os.environ.get("WHISPER_MODELS_DIR")
model_path = os.path.join(models_dir, f"{self.model_name}.pt")
logger.debug(f"Looking for STT model at: {model_path}")
# Check if models directory exists
if not os.path.exists(models_dir):