fix: restore llm model validation dependency

This commit is contained in:
leefer
2026-08-02 08:49:57 +08:00
parent f4994780f3
commit 8527f62034
2 changed files with 28 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ from datetime import datetime, timezone
from typing import Any
from urllib.parse import urlparse
from backend.bootstrap.config import validate_text
from backend.features.screener.compiler import LLMCompilerError, test_llm_connection