mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
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:
parent
d457d7d121
commit
10a2ce2a26
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user