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 4b2936f commit 0a61fdeCopy full SHA for 0a61fde
.github/workflows/pr-review.yml
@@ -21,7 +21,7 @@ jobs:
21
open_router_key: ${{ secrets.OPEN_ROUTER_KEY }} # Must be set in repository secrets
22
23
# Optional inputs with defaults
24
- model_id: "google/gemini-2.0-flash-thinking-exp:free" # Default model
+ model_id: "deepseek/deepseek-chat" # Default model
25
max_tokens: "4096" # Default max tokens
26
review_label: "ai-review"
27
custom_prompt: |
0 commit comments