chore: relative path

This commit is contained in:
2026-02-17 13:40:54 -05:00
parent f39c5ad2a7
commit e1ecf4583e

View File

@@ -1,7 +1,7 @@
from enum import Enum
from langchain_anthropic import ChatAnthropic
from langchain_deepseek import ChatDeepSeek
from src.naliiabot.bot.exceptions import NotFoundProviderError
from naliiabot.bot.exceptions import NotFoundProviderError
from dotenv import load_dotenv
load_dotenv()