fix: restore llm model validation dependency

This commit is contained in:
leefer
2026-08-02 08:49:57 +08:00
parent 346b76bc00
commit c32873b3d4
3 changed files with 42 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