Skip to content

Commit a504202

Browse files
authored
Add support for new ElevenLabs model Scribe v2 (home-assistant#156961)
1 parent b15b5ba commit a504202

File tree

1 file changed

+2
-1
lines changed
  • homeassistant/components/elevenlabs

1 file changed

+2
-1
lines changed

homeassistant/components/elevenlabs/const.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
DEFAULT_STABILITY = 0.5
1818
DEFAULT_SIMILARITY = 0.75
1919
DEFAULT_STT_AUTO_LANGUAGE = False
20-
DEFAULT_STT_MODEL = "scribe_v1"
20+
DEFAULT_STT_MODEL = "scribe_v2"
2121
DEFAULT_STYLE = 0
2222
DEFAULT_USE_SPEAKER_BOOST = True
2323

@@ -129,4 +129,5 @@
129129
STT_MODELS = {
130130
"scribe_v1": "Scribe v1",
131131
"scribe_v1_experimental": "Scribe v1 Experimental",
132+
"scribe_v2": "Scribe v2 Realtime",
132133
}

0 commit comments

Comments
 (0)