From 098ff0e1e65ab8420518e36f8e776bf9e6025092 Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Mon, 26 Jan 2026 12:14:36 -0800 Subject: [PATCH] test using gpt-latest instead of hardcoded model --- .github/workflows/codepress-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}