mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-08-22 15:15:34 +00:00
Fix field
This commit is contained in:
@ -51,8 +51,9 @@ pub enum AudioFormat {
|
|||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||||
pub struct AudioTranscription {
|
pub struct AudioTranscription {
|
||||||
pub enabled: bool,
|
pub language: Option<String>,
|
||||||
pub model: String,
|
pub model: Option<String>,
|
||||||
|
pub prompt: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||||
|
Reference in New Issue
Block a user