From 8b77ae24bcb58482b592e8128b3f8052550ea7b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Apr 2026 17:05:39 +0000 Subject: [PATCH] Cherry-pick: feat: update model name in publish-release.yml to 'gpt-4o' Cherry-picked from #9 (merged to release/2.2.x) Original commit: 641dba017e8a5a253c68d808550fe9284680efc1 Co-Authored-By: frontegg-david <69419539+frontegg-david@users.noreply.github.com> --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index e428ad7..409fdde 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -214,7 +214,7 @@ jobs: 'Content-Type': 'application/json' }, body: JSON.stringify({ - model: 'gpt-4-turbo-preview', + model: 'gpt-4o', messages: [{ role: 'user', content: prompt }], response_format: { type: 'json_object' } })