Make the breakdown use the latest sonnet

This commit is contained in:
Zvonimir Sabljic
2024-12-11 19:00:27 +01:00
parent 1541c6cf6a
commit 7c1927c0e8

View File

@@ -366,7 +366,7 @@ class Config(_StrictModel):
),
TASK_BREAKDOWN_AGENT_NAME: AgentLLMConfig(
provider=LLMProvider.ANTHROPIC,
model="claude-3-5-sonnet-20240620",
model="claude-3-5-sonnet-20241022",
temperature=0.5,
),
TECH_LEAD_PLANNING: AgentLLMConfig(