fix: Remove duplicate import os causing UnboundLocalError

This commit is contained in:
empty
2026-01-07 09:35:45 +08:00
parent 9675b9c23b
commit bc077475c6

View File

@@ -147,7 +147,6 @@ Output ONLY the JSON object, no additional text."""
# Get VLM configuration
# Priority: Environment variables > config.yaml > defaults
import os
from pixelle_video.config import config_manager
# Try to get VLM config from config.yaml