Skip to content

Commit

Permalink
fix: tts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Dec 2, 2024
1 parent 348aa23 commit 49f0f46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/types/entities/requests/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ type RequestInvokeRerank struct {
}

type InvokeTTSSchema struct {
TenantId string `json:"tenant_id" validate:"required"`
ContentText string `json:"content_text" validate:"required"`
Voice string `json:"voice" validate:"required"`
}
Expand Down

0 comments on commit 49f0f46

Please sign in to comment.