Yeuoly 7 months ago
parent
commit
49f0f465f6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      internal/types/entities/requests/model.go

+ 0 - 1
internal/types/entities/requests/model.go

@@ -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"`
 }