We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbdd96 commit b332a72Copy full SHA for b332a72
docs/user-guide/concepts/agents/conversation-management.md
@@ -149,7 +149,7 @@ from strands.models import AnthropicModel
149
150
# Create a cheaper, faster model for summarization tasks
151
summarization_model = AnthropicModel(
152
- model_id="claude-haiku-4-20250514", # More cost-effective for summarization
+ model_id="claude-3-5-haiku-20241022", # More cost-effective for summarization
153
max_tokens=1000,
154
params={"temperature": 0.1} # Low temperature for consistent summaries
155
)
0 commit comments