update filter files

This commit is contained in:
LeonOstrez
2024-12-04 15:09:18 +01:00
parent 9ad4bc0856
commit c389fdf523
2 changed files with 11 additions and 4 deletions

View File

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