mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
groq[patch]: update model used for llama tests (#25542)
`llama-3.1-8b-instant` often fails some of the tool calling standard tests. Here we update to `llama-3.1-70b-versatile`.
This commit is contained in:
parent
75c3c81b8c
commit
5a3aaae6dc
@ -28,7 +28,7 @@ class TestGroqLlama(BaseTestGroq):
|
||||
@property
|
||||
def chat_model_params(self) -> dict:
|
||||
return {
|
||||
"model": "llama-3.1-8b-instant",
|
||||
"model": "llama-3.1-70b-versatile",
|
||||
"temperature": 0,
|
||||
"rate_limiter": rate_limiter,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user