Skip to content

Commit 93090f9

Browse files
add gpt-5.4-mini, gpt-5.4-nano to copilot response models
1 parent 1f80c3b commit 93090f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/model/provider/provider.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,8 @@ func isCopilotResponsesModel(model string) bool {
553553
codex := map[string]bool{
554554
"gpt-5.3-codex": true,
555555
"gpt-5.2-codex": true,
556+
"gpt-5.4-mini": true,
557+
"gpt-5.4-nano": true,
556558
}
557559
return codex[model]
558560
}

0 commit comments

Comments
 (0)