Browse Source

fix tts not work well (#74)

非法操作 4 months ago
parent
commit
b31c142922
1 changed files with 1 additions and 1 deletions
  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,
 	)
 }