Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Dec 15, 2023
1 parent 58d0899 commit e719e30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ChatMessage as MistralChatMessage,
)

from langchain_mistralai.chat_models.mistralai import ( # type: ignore[import]
from langchain_mistralai.chat_models import ( # type: ignore[import]
ChatMistralAI,
_convert_message_to_mistral_chat_message,
)
Expand Down

0 comments on commit e719e30

Please sign in to comment.