From c8f31551836423d194ff039835248cb337b7fb57 Mon Sep 17 00:00:00 2001 From: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:42:11 +0000 Subject: [PATCH] Update openedai-speech-integration.md #PRELOAD_MODEL=parler-tts/parler_tts_mini_v0.1 --- docs/tutorial/openedai-speech-integration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial/openedai-speech-integration.md b/docs/tutorial/openedai-speech-integration.md index b02c158..67f8193 100644 --- a/docs/tutorial/openedai-speech-integration.md +++ b/docs/tutorial/openedai-speech-integration.md @@ -48,6 +48,7 @@ TTS_HOME=voices HF_HOME=voices #PRELOAD_MODEL=xtts #PRELOAD_MODEL=xtts_v2.0.2 +#PRELOAD_MODEL=parler-tts/parler_tts_mini_v0.1 #EXTRA_ARGS=--log-level DEBUG --unload-timer 300 #USE_ROCM=1 ```