Skip to content

Commit

Permalink
Use claude3.5 haiku instead of sonnet for Anthropic tests (#928)
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
  • Loading branch information
rdimitrov authored Feb 5, 2025
1 parent 615a838 commit a3f3643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/anthropic/testcases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ testcases:
"role":"user"
}
],
"model":"claude-3-5-sonnet-20241022",
"model":"claude-3-5-haiku-20241022",
"stream":true,
"temperature":0
}
Expand All @@ -36,7 +36,7 @@ testcases:
"top_k": 50,
"temperature": 0,
"max_tokens": 4096,
"model": "claude-3-5-sonnet-20241022",
"model": "claude-3-5-haiku-20241022",
"stop_sequences": [
"</COMPLETION>",
"/src/",
Expand Down Expand Up @@ -78,7 +78,7 @@ testcases:
"role":"user"
}
],
"model":"claude-3-5-sonnet-20241022",
"model":"claude-3-5-haiku-20241022",
"stream":true
}
contains: |
Expand Down

0 comments on commit a3f3643

Please sign in to comment.