Skip to content

Commit

Permalink
Fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dmweis committed Feb 27, 2024
1 parent 2755ca9 commit 75fb020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openai/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::<SpeechService>()?
.say_astromech(message)
Expand Down

0 comments on commit 75fb020

Please sign in to comment.