Selaa lähdekoodia

fix tts not work well (#74)

非法操作 4 kuukautta sitten
vanhempi
commit
b31c142922
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,
 	)
 }