Skip to content

Commit b7af21f

Browse files
lpcoxCopilot
andcommitted
fix: switch BYOK model to gpt-5.3-codex
gpt-5.4 returns 400 on tools[5].function.name empty string, likely a stricter validation in that model. Try gpt-5.3-codex. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent efcc606 commit b7af21f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/smoke-copilot-byok.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-copilot-byok.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ safe-outputs:
3838
timeout-minutes: 5
3939
env:
4040
COPILOT_API_KEY: dummy-byok-key-for-offline-mode
41-
COPILOT_MODEL: gpt-5.4
41+
COPILOT_MODEL: gpt-5.3-codex
4242
features:
4343
cli-proxy: true
4444
strict: true

0 commit comments

Comments
 (0)