mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
mistral: implement ls_params (#21867)
This commit is contained in:
@@ -13,14 +13,3 @@ class TestMistralStandard(ChatModelUnitTests):
|
||||
@pytest.fixture
|
||||
def chat_model_class(self) -> Type[BaseChatModel]:
|
||||
return ChatMistralAI
|
||||
|
||||
@pytest.mark.xfail(reason="Not implemented.")
|
||||
def test_standard_params(
|
||||
self,
|
||||
chat_model_class: Type[BaseChatModel],
|
||||
chat_model_params: dict,
|
||||
) -> None:
|
||||
super().test_standard_params(
|
||||
chat_model_class,
|
||||
chat_model_params,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user