Skip to content

Commit

Permalink
update model used for llama tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Aug 19, 2024
1 parent 75c3c81 commit bd491fb
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 bd491fb

Please sign in to comment.