非法操作 месяцев назад: 4
Родитель
Сommit
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,
 	)
 }