feature/ai-review #7

Merged
gitea_admin merged 15 commits from feature/ai-review into main 2026-04-22 09:30:02 +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
LLM__HTTP_CLIENT__API_TOKEN: ${{ secrets.ANTHROPIC_API_KEY }}