together[patch]: use mixtral in standard integration tests (#25619)

Mistral 7B occasionally fails tool-calling tests. Updating to Mixtral
appears to improve this.
This commit is contained in:
ccurme 2024-08-21 10:26:25 -04:00 committed by GitHub
parent d457d7d121
commit 10a2ce2a26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ class TestTogetherStandard(ChatModelIntegrationTests):
@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,
}