Skip to content

Comments

test using gpt-latest instead of hardcoded model#53

Merged
lightninglu10 merged 1 commit intomainfrom
test-gpt-latest
Jan 26, 2026
Merged

test using gpt-latest instead of hardcoded model#53
lightninglu10 merged 1 commit intomainfrom
test-gpt-latest

Conversation

@lightninglu10
Copy link
Contributor

@lightninglu10 lightninglu10 commented Jan 26, 2026

Summary

Switch the Codepress Review workflow to use OpenAI's gpt-latest model alias instead of a pinned gpt-5.2.

Changes

  • Update .github/workflows/codepress-review.yml to set model_name: "gpt-latest"
  • Keep model_provider: "openai" and API key inputs unchanged

Rationale

Using gpt-latest follows OpenAI's recommended alias for receiving the most capable GPT model without manual updates.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switches the CodePress Review workflow to use the OpenAI 'gpt-latest' alias instead of a pinned model. The repository explicitly supports this alias (see README and src/config.ts), so the change is safe and keeps the workflow up to date automatically. No issues found.

@lightninglu10 lightninglu10 merged commit 218dd3e into main Jan 26, 2026
4 checks passed
@lightninglu10 lightninglu10 deleted the test-gpt-latest branch January 26, 2026 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant