From b315b22f7baae557de96ba1b23688cd254516c7a Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Fri, 21 Nov 2025 00:46:55 -0600 Subject: [PATCH] Fixed the deduplicator github action (#7070) It stopped working (found zero duplicates) starting three days ago when the model was switched from `gpt-5` to `gpt-5.1`. I'm not sure why it stopped working. This is an attempt to get it working again by using the default model for the codex action (which is presumably `gpt-5.1-codex-max`). --- .github/workflows/issue-deduplicator.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/issue-deduplicator.yml b/.github/workflows/issue-deduplicator.yml index 579b6a368..5c5463e2c 100644 --- a/.github/workflows/issue-deduplicator.yml +++ b/.github/workflows/issue-deduplicator.yml @@ -46,7 +46,6 @@ jobs: with: openai-api-key: ${{ secrets.CODEX_OPENAI_API_KEY }} allow-users: "*" - model: gpt-5.1 prompt: | You are an assistant that triages new GitHub issues by identifying potential duplicates.