Skip to content

Commit 7243dae

Browse files
committed
fix: try gemini-1.5-flash to avoid 503
1 parent 34cfb79 commit 7243dae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/agents/py-devkit-image-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ agents:
1515
- name: gemini
1616
binary: gemini
1717
env_vars: [GEMINI_API_KEY]
18-
run_cmd: 'export GEMINI_CLI_TRUST_WORKSPACE=true && echo {prompt} | gemini ask - --model gemini-2.5-flash'
18+
run_cmd: 'export GEMINI_CLI_TRUST_WORKSPACE=true && echo {prompt} | gemini ask - --model gemini-1.5-flash'
1919

2020
- name: lark-cli
2121
binary: lark-cli

0 commit comments

Comments
 (0)