From 72ab85d0cdd16cba4fd8a83b6c88affe4e8c30d3 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Tue, 21 Apr 2026 08:52:40 +0200 Subject: [PATCH] token fix --- .gitea/workflows/ai-review.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ai-review.yaml b/.gitea/workflows/ai-review.yaml index 5c46335..936a646 100644 --- a/.gitea/workflows/ai-review.yaml +++ b/.gitea/workflows/ai-review.yaml @@ -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 }}