mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
Changed the planning into epics and tasks (added the endpoints specification)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user