Yeuoly 7 月之前
父节点
当前提交
49f0f465f6
共有 1 个文件被更改,包括 0 次插入1 次删除
  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"`
 }