From 96d57d308164585b80e47060c59ecf0339aa653d Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sun, 11 Jan 2026 23:03:41 +0400 Subject: [PATCH] chore: use only gpt-5 model --- .github/workflows/issue-validation.yml | 2 +- .github/workflows/release-notes-generator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-validation.yml b/.github/workflows/issue-validation.yml index 7a03f12..36d56bd 100644 --- a/.github/workflows/issue-validation.yml +++ b/.github/workflows/issue-validation.yml @@ -92,7 +92,7 @@ jobs: - Each array item must be under 80 characters - overall_assessment must be under 100 characters - Output ONLY the JSON object, nothing else - model: openai/gpt-5 + model: gpt-5 - name: Check if first-time contributor id: check-first-time diff --git a/.github/workflows/release-notes-generator.yml b/.github/workflows/release-notes-generator.yml index 8634a8e..da0ec6a 100644 --- a/.github/workflows/release-notes-generator.yml +++ b/.github/workflows/release-notes-generator.yml @@ -122,7 +122,7 @@ jobs: - If commits are unclear, infer the purpose from the context The application is a desktop app built with Tauri + Next.js that helps users manage multiple browser profiles with proxy support. - model: gpt-4o + model: gpt-5 - name: Update release with generated notes if: steps.get-release.outputs.is-prerelease == 'false'