Skip to content

Commit

Permalink
increase max response size to 3GB
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-astra-video committed Sep 11, 2024
1 parent 9cf5737 commit 5311e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ai_mediaserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/oapi-codegen/runtime"
)

var MaxAIRequestSize = 100000000
var MaxAIRequestSize = 3000000000 // 3GB

type ImageToVideoResponseAsync struct {
RequestID string `json:"request_id"`
Expand Down

0 comments on commit 5311e38

Please sign in to comment.