Updated parse task to Sonnet

This commit is contained in:
Zvonimir Sabljic
2024-12-19 17:48:25 +01:00
parent 52196556d2
commit 8b9f4b7417

View File

@@ -356,8 +356,8 @@ class Config(_StrictModel):
temperature=0.0,
),
PARSE_TASK_AGENT_NAME: AgentLLMConfig(
provider=LLMProvider.OPENAI,
model="gpt-4-0125-preview",
provider=LLMProvider.ANTHROPIC,
model="claude-3-5-sonnet-20241022",
temperature=0.0,
),
SPEC_WRITER_AGENT_NAME: AgentLLMConfig(