Skip to content

Commit ce802a7

Browse files
committed
fix gemini agent
1 parent 3baf5c9 commit ce802a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/openbench/evals/exercism/exercism.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@task
2727
def exercism(
2828
languages: Optional[List[str]] = None,
29-
code_agent: str = "opencode",
29+
code_agent: str = "codex",
3030
hide_tests: bool = False,
3131
) -> Task:
3232
"""

src/openbench/utils/cli_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def get_gemini_script_template() -> str:
559559
echo "Working directory: $(pwd)"
560560
561561
# Run Gemini with --yolo flag to enable automatic file editing
562-
gemini -p "$PROMPT" --yolo 2>&1 | tee /tmp/gemini-output.log
562+
gemini --model {model} -p "$PROMPT" --yolo 2>&1 | tee /tmp/gemini-output.log
563563
"""
564564

565565

0 commit comments

Comments
 (0)