fix: resolve import issue in gemini tokenizer

This commit is contained in:
Igor Ilic 2025-08-05 22:44:12 +02:00
parent 6a5df922c5
commit 62b3131ae9

View file

@ -24,7 +24,7 @@ class GeminiTokenizer(TokenizerInterface):
# Get LLM API key from config
from cognee.infrastructure.databases.vector.embeddings.config import get_embedding_config
from cognee.infrastructure.llm.structured_output_framework.litellm_instructor.llm.config import (
from cognee.infrastructure.llm.config import (
get_llm_config,
)