Changed the filter files agent back to gpt-4o

This commit is contained in:
Zvonimir Sabljic
2025-01-05 21:15:24 +01:00
parent 9494c6c62e
commit 10308d02e7

View File

@@ -351,9 +351,9 @@ class Config(_StrictModel):
temperature=0.0,
),
GET_RELEVANT_FILES_AGENT_NAME: AgentLLMConfig(
provider=LLMProvider.ANTHROPIC,
model="claude-3-5-sonnet-20241022",
temperature=0.0,
provider=LLMProvider.OPENAI,
model="gpt-4o-2024-05-13",
temperature=0.5,
),
PARSE_TASK_AGENT_NAME: AgentLLMConfig(
provider=LLMProvider.ANTHROPIC,