Skip to content

Commit 7e67729

Browse files
committed
Merge branch 'beta' of https://github.com/sfortis/openai_tts into beta
2 parents a94bb53 + 1ed3fe7 commit 7e67729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

custom_components/openai_tts/const.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
CONF_URL = "url"
1111
UNIQUE_ID = "unique_id"
1212

13-
MODELS = ["tts-1", "tts-1-hd"]
14-
VOICES = ["alloy", "ash", "coral", "echo", "fable", "onyx", "nova", "sage", "shimmer"]
13+
MODELS = ["tts-1", "tts-1-hd", "gpt-4o-mini-tts"]
14+
VOICES = ["alloy", "ash", "ballad", "coral", "echo", "fable", "onyx", "nova", "sage", "shimmer"]
1515

1616
CONF_CHIME_ENABLE = "chime"
1717
CONF_CHIME_SOUND = "chime_sound"
@@ -22,4 +22,4 @@
2222
CONF_VOLUME_RESTORE = "volume_restore"
2323

2424
# NEW: Toggle to pause/resume media playback
25-
CONF_PAUSE_PLAYBACK = "pause_playback"
25+
CONF_PAUSE_PLAYBACK = "pause_playback"

0 commit comments

Comments
 (0)