multiple: implement ls_params (#22621)

implement ls_params for ai21, fireworks, groq.
This commit is contained in:
ccurme
2024-06-06 12:51:37 -04:00
committed by GitHub
parent f26ab93df8
commit b57aa89f34
10 changed files with 70 additions and 61 deletions

View File

@@ -13,14 +13,3 @@ class TestGroqStandard(ChatModelUnitTests):
@pytest.fixture
def chat_model_class(self) -> Type[BaseChatModel]:
return ChatGroq
@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,
)