Skip to content

Commit 656684b

Browse files
chethanukNG85
authored andcommitted
chore: using anthropic.claude-3-7-sonnet-20250219-v1:0 as bedrock default model (pingcap#641)
1 parent d573aea commit 656684b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/rag/llms/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class LLMProviderOption(BaseModel):
139139
provider_display_name="Bedrock",
140140
provider_description="Amazon Bedrock is a fully managed foundation models service.",
141141
provider_url="https://docs.aws.amazon.com/bedrock/",
142-
default_llm_model="anthropic.claude-3-5-sonnet-20241022-v1:0",
142+
default_llm_model="anthropic.claude-3-7-sonnet-20250219-v1:0",
143143
llm_model_description="",
144144
credentials_display_name="AWS Bedrock Credentials JSON",
145145
credentials_description="The JSON Object of AWS Credentials, refer to https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html#cli-configure-files-global",

0 commit comments

Comments
 (0)