fix: Resolve baml import issue

This commit is contained in:
Igor Ilic 2025-08-05 20:27:25 +02:00
parent b076078e4f
commit f586bc6f7f

View file

@ -5,7 +5,7 @@ from baml_py import ClientRegistry
from cognee.shared.logging_utils import get_logger
from cognee.shared.data_models import SummarizedCode
from cognee.infrastructure.llm.structured_output_framework.baml.baml_client.async_client import b
from cognee.infrastructure.llm.structured_output_framework.baml_src.config import get_llm_config
from cognee.infrastructure.llm.config import get_llm_config
config = get_llm_config()