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>
This commit is contained in:
Copilot 2026-04-17 08:26:53 -07:00 committed by GitHub
parent adb6960c1b
commit 4854c72584
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 },