Skip to content

Commit 4854c72

Browse files
Copilotgarthvh
andauthored
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>
1 parent adb6960 commit 4854c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bug-report-analyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
'Content-Type': 'application/json',
7272
},
7373
body: JSON.stringify({
74-
model: 'gpt-4o-mini',
74+
model: 'gpt-5.4',
7575
messages: [
7676
{ role: 'system', content: systemMessage },
7777
{ role: 'user', content: userMessage },

0 commit comments

Comments
 (0)