mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-08-22 15:15:34 +00:00
Update RealtimeVoice
Supported values are: 'alloy', 'ash', 'ballad', 'coral', 'echo', 'sage', 'shimmer', and 'verse'.", param: Some("session.voice"), event_id: None } }
This commit is contained in:
@ -30,11 +30,13 @@ pub struct Session {
|
||||
#[serde(rename_all = "lowercase")]
|
||||
pub enum RealtimeVoice {
|
||||
Alloy,
|
||||
Ash,
|
||||
Ballad,
|
||||
Coral,
|
||||
Echo,
|
||||
Fable,
|
||||
Onyx,
|
||||
Nova,
|
||||
Sage,
|
||||
Shimmer,
|
||||
Verse,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||
|
Reference in New Issue
Block a user