mistral: implement ls_params (#21867)

This commit is contained in:
ccurme
2024-05-20 14:49:48 -04:00
committed by GitHub
parent 68a90e2252
commit 9c76739425
4 changed files with 22 additions and 15 deletions

View File

@@ -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,
)