fix: allow Advanced Custom Responses Compact

close #6461
This commit is contained in:
CaIon
2026-07-27 15:21:30 +08:00
parent 398cdafecf
commit f51dd4d808
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -92,6 +92,7 @@ func IsResponsesCompactAPIType(apiType int) bool {
switch apiType {
case constant.APITypeOpenAI,
constant.APITypeCodex,
constant.APITypeAdvancedCustom,
constant.APITypeSub2API,
constant.APITypeNewAPI:
return true