mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 18:53:10 +00:00
fmt
This commit is contained in:
parent
dba308447d
commit
4ba14ae9e5
@ -73,6 +73,7 @@ def test_import_all_modules() -> None:
|
|||||||
("langchain", "chat_models", "google_palm", "ChatGooglePalm"),
|
("langchain", "chat_models", "google_palm", "ChatGooglePalm"),
|
||||||
("langchain", "chat_models", "openai", "ChatOpenAI"),
|
("langchain", "chat_models", "openai", "ChatOpenAI"),
|
||||||
("langchain", "chat_models", "vertexai", "ChatVertexAI"),
|
("langchain", "chat_models", "vertexai", "ChatVertexAI"),
|
||||||
|
("langchain", "chat_models", "mistralai", "ChatMistralAI"),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user