diff --git a/Pipes.py b/Pipes.py index be10aaa..f30a5f1 100644 --- a/Pipes.py +++ b/Pipes.py @@ -45,7 +45,7 @@ def __init__(self): and getenv("LLM_ENABLED").lower() == "true" ): self.embedder = Embedding() - if self.current_vlm != "" and getenv("VISION_ENABLED").lower() == "true": + if getenv("STT_ENABLED").lower() == "true": logging.info(f"[VLM] {self.current_vlm} model loading. Please wait...") try: self.vlm = VLM(model=self.current_vlm)