ソースを参照

feat: 修改入参

huangzhichao 1 ヶ月 前
コミット
6e76422a74
1 ファイル変更1 行追加2 行削除
  1. 1 2
      app/schemas/speech.py

+ 1 - 2
app/schemas/speech.py

@@ -42,5 +42,4 @@ class TextToSpeechRequest(BaseModel):
     rate: float = 1
     filename: str
     text: str
-    model: Optional[str] = None
-    format: Optional[str] = None
+    model: str