-
-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Description
Dear community!
At some point after numerous updates audio transcribe stoped working.
Nor from respected @m1guelpf in the initial example (which was worked perfectly before)
try await conversation.whenConnected {
try await conversation.updateSession { session in
// update system prompt
session.instructions = "You are a helpful assistant."
// enable transcription of users' voice messages
session.inputAudioTranscription = Session.InputAudioTranscription()
// ...
}
}
neither any modified variant like
session.inputAudioTranscription = Session.InputAudioTranscription.init(model: .gpt4oMini)
Please, someone help resolving the issue.
Metadata
Metadata
Assignees
Labels
No labels