We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例行检查
问题描述 调用audio/transcriptions接口返回400.
复现步骤
预期结果
相关截图 已定位到问题为common/gin.go中的UnmarshalBodyReusable方法. c.ShouldBind在MultipartForm场景下调用了ParseMultipartForm, 把Body的数据消耗完了, 最后导致audio/transcriptions逻辑中使用Body作为请求体, 实际请求到openai的是空.
The text was updated successfully, but these errors were encountered:
Same issue
Sorry, something went wrong.
No branches or pull requests
例行检查
问题描述
调用audio/transcriptions接口返回400.
复现步骤
预期结果
相关截图
已定位到问题为common/gin.go中的UnmarshalBodyReusable方法.
c.ShouldBind在MultipartForm场景下调用了ParseMultipartForm, 把Body的数据消耗完了, 最后导致audio/transcriptions逻辑中使用Body作为请求体, 实际请求到openai的是空.
The text was updated successfully, but these errors were encountered: