We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eaf705 commit 0933b82Copy full SHA for 0933b82
patchwork/steps/GitHubAgent/GitHubAgent.py
@@ -18,7 +18,7 @@ def __init__(self, inputs):
18
data = inputs.get("prompt_value", {})
19
task = mustache_render(inputs["task"], data)
20
self.agentic_strategy = AgenticStrategyV2(
21
- model="claude-3-5-sonnet-latest",
+ model="gemini-2.0-flash",
22
llm_client=AioLlmClient.create_aio_client(inputs),
23
template_data=dict(),
24
system_prompt_template="""\
0 commit comments