Closed cloudnautique closed 2 months ago
Explicitly setting the content length instead of allowing the Go default of transfer encoding chunked. This change only applies to the application/json request body objects using openapi.
@drpebcak can you test this with some of your gptscript openapi integrations?
Explicitly setting the content length instead of allowing the Go default of transfer encoding chunked. This change only applies to the application/json request body objects using openapi.