feat: Add Whisper transcription client
Introduces a new module for interacting with the Whisper ASR service. This includes an async function to POST audio files and retrieve transcripts. Error handling for network and HTTP status codes is also implemented. New tests are added to cover successful transcription, HTTP error responses, and request timeouts.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
pub mod ffmpeg;
|
||||
pub mod whisper;
|
||||
|
||||
Reference in New Issue
Block a user