From: Vsevolod Stakhov Date: Thu, 14 May 2026 18:53:09 +0000 (+0100) Subject: [Minor] CI: Upgrade model version from gpt-5.4 to gpt-5.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a1e3665a2345bb16d61d9ee801fc4f3ba19446a;p=thirdparty%2Frspamd.git [Minor] CI: Upgrade model version from gpt-5.4 to gpt-5.5 --- diff --git a/.github/workflows/droid-code-review.yml b/.github/workflows/droid-code-review.yml index 03c82235de..477bbe0eea 100644 --- a/.github/workflows/droid-code-review.yml +++ b/.github/workflows/droid-code-review.yml @@ -180,7 +180,7 @@ jobs: # Run droid exec with the prompt echo "Running code review analysis and submitting results..." - droid exec --auto high --model gpt-5.4 -f prompt.txt + droid exec --auto high --model gpt-5.5 -f prompt.txt - name: Post failure notice if: ${{ failure() }}