refactor(responses): remove compact model suffix handling (#6770)
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ func ChannelType2APIType(channelType int) (int, bool) {
|
||||
return apiType, true
|
||||
}
|
||||
|
||||
func IsResponsesCompactAPIType(apiType int) bool {
|
||||
func SupportsResponsesCompact(channelType, apiType int) bool {
|
||||
switch apiType {
|
||||
case constant.APITypeOpenAI,
|
||||
constant.APITypeCodex,
|
||||
|
||||
Reference in New Issue
Block a user