From 45835f0088cb21b79eddd958d496d4f0e04087fc Mon Sep 17 00:00:00 2001 From: Verth-Elone Date: Mon, 20 Jan 2025 11:36:33 +0100 Subject: [PATCH] Update const.py - Added more voices --- custom_components/openai_tts/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/openai_tts/const.py b/custom_components/openai_tts/const.py index 3cba5b3..6b400ab 100644 --- a/custom_components/openai_tts/const.py +++ b/custom_components/openai_tts/const.py @@ -8,4 +8,4 @@ CONF_URL = 'url' UNIQUE_ID = 'unique_id' MODELS = ["tts-1", "tts-1-hd"] -VOICES = ["alloy", "echo", "fable", "onyx", "nova", "shimmer"] +VOICES = ["alloy", "ash", "coral", "echo", "fable", "onyx", "nova", "sage", "shimmer"]