Skip to content

Commit 624acca

Browse files
authored
Merge pull request #26 from mongodb-developer/update_model_versions
Updating Claude Sonnet to 4.5
2 parents 39c02f6 + 4438e5b commit 624acca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pymongo==4.11.3
2-
langchain==0.3.25
3-
langchain-aws==0.2.22
2+
langchain==1.0.2
3+
langchain-aws==1.0.0
44
langchain-google-genai==2.1.4
55
langchain-openai==0.3.16
66
langgraph==0.4.2

utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def set_env(providers: List[str], passkey: str) -> None:
115115
def get_llm(provider: str):
116116
if provider == "aws":
117117
return ChatBedrock(
118-
model_id="anthropic.claude-3-5-sonnet-20240620-v1:0",
118+
model_id="us.anthropic.claude-sonnet-4-5-20250929-v1:0",
119119
model_kwargs=dict(temperature=0),
120120
region_name="us-west-2",
121121
)

0 commit comments

Comments
 (0)