diff --git a/.gitea/workflows/review.yaml b/.gitea/workflows/review.yaml index c839a4f..56507d8 100644 --- a/.gitea/workflows/review.yaml +++ b/.gitea/workflows/review.yaml @@ -30,6 +30,7 @@ jobs: with: OPENAI_API_KEY: ${{ secrets.DEEPSEEK_API_KEY }} OPENAI_BASE_URL: https://api.deepseek.com/v1 + OPENAI_MODEL: deepseek-chat permissions: contents: write pull-requests: write