Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade bedrock model to anthropic.claude-3-7-sonnet-20250219-v1:0 #641

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgrade bedrock model to anthropic.claude-3-7-sonnet-20250219-v1:0
chethanuk authored Mar 13, 2025

Verified

This commit was signed with the committer’s verified signature.
ericywl Eric
commit 4110d6b9f36b26414b07bab0ed2631a45b6c56e3
2 changes: 1 addition & 1 deletion backend/app/rag/llms/provider.py
Original file line number Diff line number Diff line change
@@ -139,7 +139,7 @@ class LLMProviderOption(BaseModel):
provider_display_name="Bedrock",
provider_description="Amazon Bedrock is a fully managed foundation models service.",
provider_url="https://docs.aws.amazon.com/bedrock/",
default_llm_model="anthropic.claude-3-5-sonnet-20241022-v1:0",
default_llm_model="anthropic.claude-3-7-sonnet-20250219-v1:0",
llm_model_description="",
credentials_display_name="AWS Bedrock Credentials JSON",
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",