mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-08-22 23:25:39 +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")]
|
#[serde(rename_all = "lowercase")]
|
||||||
pub enum RealtimeVoice {
|
pub enum RealtimeVoice {
|
||||||
Alloy,
|
Alloy,
|
||||||
|
Ash,
|
||||||
|
Ballad,
|
||||||
|
Coral,
|
||||||
Echo,
|
Echo,
|
||||||
Fable,
|
Sage,
|
||||||
Onyx,
|
|
||||||
Nova,
|
|
||||||
Shimmer,
|
Shimmer,
|
||||||
|
Verse,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||||
|
Reference in New Issue
Block a user