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 72ab85d0cd - Show all commits

View File

@@ -20,6 +20,7 @@ jobs:
# LLM configuration
LLM__PROVIDER: CLAUDE
LLM__META__MODEL: claude-sonnet-4-20250514
LLM__META__MAX_TOKENS: "4096"
LLM__HTTP_CLIENT__API_URL: https://api.anthropic.com
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
LLM__HTTP_CLIENT__API_TOKEN: ${{ secrets.ANTHROPIC_API_KEY }}