Skip to content

Commit b332a72

Browse files
authored
update convo manager to correct model (#193)
1 parent 3bbdd96 commit b332a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/concepts/agents/conversation-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ from strands.models import AnthropicModel
149149

150150
# Create a cheaper, faster model for summarization tasks
151151
summarization_model = AnthropicModel(
152-
model_id="claude-haiku-4-20250514", # More cost-effective for summarization
152+
model_id="claude-3-5-haiku-20241022", # More cost-effective for summarization
153153
max_tokens=1000,
154154
params={"temperature": 0.1} # Low temperature for consistent summaries
155155
)

0 commit comments

Comments
 (0)