Skip to content

Commit

Permalink
Fix 64bit#303
Browse files Browse the repository at this point in the history
  • Loading branch information
ysimonson committed Dec 29, 2024
1 parent bd7a87e commit 9d3ecf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions async-openai/src/types/realtime/session_resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ pub enum AudioFormat {

#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct AudioTranscription {
/// Whether to enable input audio transcription.
pub enabled: bool,
/// The model to use for transcription (e.g., "whisper-1").
pub model: String,
}
Expand Down

0 comments on commit 9d3ecf8

Please sign in to comment.