We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da426c6 commit 59b2380Copy full SHA for 59b2380
1 file changed
.github/workflows/opencode.yml
@@ -28,6 +28,7 @@ jobs:
28
- name: Run opencode
29
uses: anomalyco/opencode/github@latest
30
env:
31
- OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
+ GOOGLE_GENERATIVE_AI_API_KEY: ${{ secrets.GOOGLE_GENERATIVE_AI_API_KEY }}
32
+ GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
33
with:
- model: opencode/gemini-3-flash
34
+ model: google/gemini-3-flash-preview
0 commit comments