fix: audio预扣费未返还

This commit is contained in:
CaIon
2024-04-24 15:08:15 +08:00
parent 608ec28761
commit b1b38a6bd4
2 changed files with 18 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ func RelayImageHelper(c *gin.Context, relayMode int) *dto.OpenAIErrorWithStatusC
}
if imageRequest.Model == "" {
imageRequest.Model = "dall-e-2"
imageRequest.Model = "dall-e-3"
}
if imageRequest.Size == "" {
imageRequest.Size = "1024x1024"