add claude-3-haiku

This commit is contained in:
koid
2024-03-14 16:58:44 +09:00
parent 0cdd3bf436
commit 3bae515e39
2 changed files with 2 additions and 1 deletions

View File

@ -27,4 +27,5 @@ MAX_TOKENS = {
'bedrock/anthropic.claude-v2': 100000,
'bedrock/anthropic.claude-v2:1': 100000,
'bedrock/anthropic.claude-3-sonnet-20240229-v1:0': 100000,
'bedrock/anthropic.claude-3-haiku-20240307-v1:0': 100000,
}