We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc46608 commit fd0aff4Copy full SHA for fd0aff4
ldai/providers/langchain/__init__.py
@@ -2,7 +2,7 @@
2
3
from typing import Any, Dict, List, Optional
4
5
-from langchain_core.chat_models import BaseChatModel
+from langchain_core.language_models.chat_models import BaseChatModel
6
from langchain_core.messages import AIMessage, BaseMessage, HumanMessage, SystemMessage
7
8
from ldai.models import AIConfigKind, LDMessage
0 commit comments