diff --git a/src/openai/mod.rs b/src/openai/mod.rs index 62f2968..083308e 100644 --- a/src/openai/mod.rs +++ b/src/openai/mod.rs @@ -256,7 +256,7 @@ async fn speak_with_face_animation( .say_eleven_with_default_voice(message) .await?; } - VoiceProvider::AstromechVoice => { + VoiceProvider::AstromechRobot => { IocContainer::global_instance() .service::()? .say_astromech(message)