mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 12:20:38 +08:00
add claude-3-haiku
This commit is contained in:
@ -27,4 +27,5 @@ MAX_TOKENS = {
|
|||||||
'bedrock/anthropic.claude-v2': 100000,
|
'bedrock/anthropic.claude-v2': 100000,
|
||||||
'bedrock/anthropic.claude-v2:1': 100000,
|
'bedrock/anthropic.claude-v2:1': 100000,
|
||||||
'bedrock/anthropic.claude-3-sonnet-20240229-v1:0': 100000,
|
'bedrock/anthropic.claude-3-sonnet-20240229-v1:0': 100000,
|
||||||
|
'bedrock/anthropic.claude-3-haiku-20240307-v1:0': 100000,
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ GitPython==3.1.32
|
|||||||
google-cloud-aiplatform==1.35.0
|
google-cloud-aiplatform==1.35.0
|
||||||
google-cloud-storage==2.10.0
|
google-cloud-storage==2.10.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
litellm==1.29.7
|
litellm==1.31.10
|
||||||
loguru==0.7.2
|
loguru==0.7.2
|
||||||
msrest==0.7.1
|
msrest==0.7.1
|
||||||
openai==1.13.3
|
openai==1.13.3
|
||||||
|
Reference in New Issue
Block a user