AI-review #6

Merged
gitea_admin merged 12 commits from feature/ai-review into main 2026-04-21 08:20:41 +00:00
Showing only changes of commit a3507fd7f1 - Show all commits

View File

@@ -17,6 +17,8 @@ jobs:
VCS__PIPELINE__PULL_NUMBER: ${{ github.event.pull_request.number }} VCS__PIPELINE__PULL_NUMBER: ${{ github.event.pull_request.number }}
VCS__HTTP_CLIENT__API_URL: https://git.forteapps.net/api/v1 VCS__HTTP_CLIENT__API_URL: https://git.forteapps.net/api/v1
VCS__HTTP_CLIENT__API_TOKEN: ${{ secrets.AI_REVIEW_TOKEN }} VCS__HTTP_CLIENT__API_TOKEN: ${{ secrets.AI_REVIEW_TOKEN }}
# Review — disable fallback to see real Gitea API errors
REVIEW__INLINE_COMMENT_FALLBACK: "false"
# LLM configuration # LLM configuration
LLM__PROVIDER: CLAUDE LLM__PROVIDER: CLAUDE
LLM__META__MODEL: claude-sonnet-4-20250514 LLM__META__MODEL: claude-sonnet-4-20250514
Review

The model name 'claude-sonnet-4-20250514' appears to be a future date that doesn't exist yet.

LLM__META__MODEL: claude-3-5-sonnet-20241022

#ai-review-inline

The model name 'claude-sonnet-4-20250514' appears to be a future date that doesn't exist yet. ```suggestion LLM__META__MODEL: claude-3-5-sonnet-20241022 ``` #ai-review-inline