Skip to content

Commit 02f1cde

Browse files
committed
el example: Leave the default model
1 parent 9ffc780 commit 02f1cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/elevenlabs-transcribe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async fn recognize_from_microphone() -> Result<()> {
109109
async fn recognize(format: AudioFormat, mut input_consumer: AudioConsumer) -> Result<()> {
110110
let params = elevenlabs::transcribe::Params {
111111
api_key: env::var("ELEVENLABS_API_KEY").context("ELEVENLABS_API_KEY undefined")?,
112-
model: "scribe_v2_realtime".to_owned(),
112+
model: None,
113113
host: None,
114114
language: Some(LANGUAGE.to_owned()),
115115
include_language_detection: Some(false),

0 commit comments

Comments
 (0)