ソースを参照

fix tts not work well (#74)

非法操作 4 ヶ月 前
コミット
b31c142922
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      internal/core/plugin_daemon/model_service.go

+ 1 - 1
internal/core/plugin_daemon/model_service.go

@@ -55,7 +55,7 @@ func InvokeTTS(
 	return GenericInvokePlugin[requests.RequestInvokeTTS, model_entities.TTSResult](
 		session,
 		request,
-		1,
+		512,
 	)
 }