From 4854c725846b9b4fe891db30b7b51cc646f7407a Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 08:26:53 -0700 Subject: [PATCH] Update bug-report-analyzer to use gpt-5.4 model (#1673) Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/2388c071-ccd5-4875-b092-ff60b0a3a5ae Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com> --- .github/workflows/bug-report-analyzer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bug-report-analyzer.yml b/.github/workflows/bug-report-analyzer.yml index 49850552..12fb495b 100644 --- a/.github/workflows/bug-report-analyzer.yml +++ b/.github/workflows/bug-report-analyzer.yml @@ -71,7 +71,7 @@ jobs: 'Content-Type': 'application/json', }, body: JSON.stringify({ - model: 'gpt-4o-mini', + model: 'gpt-5.4', messages: [ { role: 'system', content: systemMessage }, { role: 'user', content: userMessage },