diff --git a/.github/workflows/codepress-review.yml b/.github/workflows/codepress-review.yml index 504a2ab..aab8359 100644 --- a/.github/workflows/codepress-review.yml +++ b/.github/workflows/codepress-review.yml @@ -45,7 +45,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} model_provider: "openai" - model_name: "gpt-5.2" + model_name: "gpt-latest" openai_api_key: ${{ secrets.OPENAI_API_KEY }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} gemini_api_key: ${{ secrets.GEMINI_API_KEY }}