diff --git a/libs/partners/together/tests/integration_tests/test_chat_models_standard.py b/libs/partners/together/tests/integration_tests/test_chat_models_standard.py index 18c167f8a91dc..f4c8cc7002de6 100644 --- a/libs/partners/together/tests/integration_tests/test_chat_models_standard.py +++ b/libs/partners/together/tests/integration_tests/test_chat_models_standard.py @@ -24,7 +24,7 @@ def chat_model_class(self) -> Type[BaseChatModel]: @property def chat_model_params(self) -> dict: return { - "model": "mistralai/Mistral-7B-Instruct-v0.1", + "model": "mistralai/Mixtral-8x7B-Instruct-v0.1", "rate_limiter": rate_limiter, }