fix(relay): fix Anthropic-compatible compatibility for GLM (avoid chunked encoding) (#5307)
This commit is contained in:
@@ -155,6 +155,7 @@ func ClaudeHelper(c *gin.Context, info *relaycommon.RelayInfo) (newAPIError *typ
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return types.NewErrorWithStatusCode(err, types.ErrorCodeReadRequestBodyFailed, http.StatusBadRequest, types.ErrOptionWithSkipRetry())
|
return types.NewErrorWithStatusCode(err, types.ErrorCodeReadRequestBodyFailed, http.StatusBadRequest, types.ErrOptionWithSkipRetry())
|
||||||
}
|
}
|
||||||
|
info.UpstreamRequestBodySize = storage.Size()
|
||||||
requestBody = common.ReaderOnly(storage)
|
requestBody = common.ReaderOnly(storage)
|
||||||
} else {
|
} else {
|
||||||
convertedRequest, err := adaptor.ConvertClaudeRequest(c, info, request)
|
convertedRequest, err := adaptor.ConvertClaudeRequest(c, info, request)
|
||||||
|
|||||||
Reference in New Issue
Block a user