Skip to content

Commit

Permalink
groq[patch]: update model used for llama tests (#25542)
Browse files Browse the repository at this point in the history
`llama-3.1-8b-instant` often fails some of the tool calling standard
tests. Here we update to `llama-3.1-70b-versatile`.
  • Loading branch information
ccurme authored Aug 19, 2024
1 parent 75c3c81 commit 5a3aaae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 5a3aaae

Please sign in to comment.