]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] CI: Upgrade model version from gpt-5.4 to gpt-5.5
authorVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 14 May 2026 18:53:09 +0000 (19:53 +0100)
committerGitHub <noreply@github.com>
Thu, 14 May 2026 18:53:09 +0000 (19:53 +0100)
.github/workflows/droid-code-review.yml

index 03c82235de1a286456c3ba3a8e71db4fb60c6d6d..477bbe0eea674381c413a4a2e1c676681dac82fd 100644 (file)
@@ -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() }}