Skip to content

Commit 36f35b6

Browse files
committed
fix types::audio::Voice
1 parent d0d3c71 commit 36f35b6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

async-openai/src/types/audio/audio_types.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ pub enum Voice {
1616
Ballad,
1717
Coral,
1818
Echo,
19+
Fable,
20+
Onyx,
21+
Nova,
1922
Sage,
2023
Shimmer,
2124
Verse,
22-
Marin,
23-
Cedar,
2425
}
2526

2627
#[derive(Debug, Default, Clone, PartialEq)]

0 commit comments

Comments
 (0)