Skip to content

Commit fd0aff4

Browse files
committed
adjust langchain import
1 parent bc46608 commit fd0aff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldai/providers/langchain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from typing import Any, Dict, List, Optional
44

5-
from langchain_core.chat_models import BaseChatModel
5+
from langchain_core.language_models.chat_models import BaseChatModel
66
from langchain_core.messages import AIMessage, BaseMessage, HumanMessage, SystemMessage
77

88
from ldai.models import AIConfigKind, LDMessage

0 commit comments

Comments
 (0)