mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
Updated parse task to Sonnet
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user