Skip to content

Commit df7384a

Browse files
committed
fix(triage): remove model and variant parameters
1 parent 561b464 commit df7384a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
echo "Running Opencode Triage on Pi..."
205205
206206
# Run CLI with persistent auth
207-
OUTPUT=$(opencode run "$PROMPT" --model="google/antigravity-gemini-3-pro" --variant=high --quiet)
207+
OUTPUT=$(opencode run "$PROMPT")
208208
209209
echo "Opencode Output: $OUTPUT"
210210

0 commit comments

Comments
 (0)