mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-08-23 15:48:07 +00:00
Update RealtimeVoice options
This commit is contained in:
@ -30,8 +30,11 @@ pub struct Session {
|
|||||||
#[serde(rename_all = "lowercase")]
|
#[serde(rename_all = "lowercase")]
|
||||||
pub enum RealtimeVoice {
|
pub enum RealtimeVoice {
|
||||||
Alloy,
|
Alloy,
|
||||||
Shimmer,
|
|
||||||
Echo,
|
Echo,
|
||||||
|
Fable,
|
||||||
|
Onyx,
|
||||||
|
Nova,
|
||||||
|
Shimmer,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||||
|
Reference in New Issue
Block a user