Skip to content

Commit 0933b82

Browse files
committed
Use gemini-2.0-flash for both llms in ghagent
1 parent 7eaf705 commit 0933b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/steps/GitHubAgent/GitHubAgent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self, inputs):
1818
data = inputs.get("prompt_value", {})
1919
task = mustache_render(inputs["task"], data)
2020
self.agentic_strategy = AgenticStrategyV2(
21-
model="claude-3-5-sonnet-latest",
21+
model="gemini-2.0-flash",
2222
llm_client=AioLlmClient.create_aio_client(inputs),
2323
template_data=dict(),
2424
system_prompt_template="""\

0 commit comments

Comments
 (0)