Changed the planning into epics and tasks (added the endpoints specification)

This commit is contained in:
Zvonimir Sabljic
2024-12-16 21:48:08 +01:00
parent a049b8c31f
commit 76eea15381
6 changed files with 44 additions and 23 deletions

View File

@@ -371,8 +371,8 @@ class Config(_StrictModel):
temperature=0.5,
),
TECH_LEAD_PLANNING: AgentLLMConfig(
provider=LLMProvider.OPENAI,
model="gpt-4o-2024-05-13",
provider=LLMProvider.ANTHROPIC,
model="claude-3-5-sonnet-20240620",
temperature=0.5,
),
TECH_LEAD_EPIC_BREAKDOWN: AgentLLMConfig(