We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15b5ba commit a504202Copy full SHA for a504202
homeassistant/components/elevenlabs/const.py
@@ -17,7 +17,7 @@
17
DEFAULT_STABILITY = 0.5
18
DEFAULT_SIMILARITY = 0.75
19
DEFAULT_STT_AUTO_LANGUAGE = False
20
-DEFAULT_STT_MODEL = "scribe_v1"
+DEFAULT_STT_MODEL = "scribe_v2"
21
DEFAULT_STYLE = 0
22
DEFAULT_USE_SPEAKER_BOOST = True
23
@@ -129,4 +129,5 @@
129
STT_MODELS = {
130
"scribe_v1": "Scribe v1",
131
"scribe_v1_experimental": "Scribe v1 Experimental",
132
+ "scribe_v2": "Scribe v2 Realtime",
133
}
0 commit comments