mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-23 04:53:09 +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
|
@property
|
||||||
def chat_model_params(self) -> dict:
|
def chat_model_params(self) -> dict:
|
||||||
return {
|
return {
|
||||||
"model": "mistralai/Mistral-7B-Instruct-v0.1",
|
"model": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
||||||
"rate_limiter": rate_limiter,
|
"rate_limiter": rate_limiter,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user