This commit is contained in:
Serge Zaigraeff
2025-03-01 19:48:35 +03:00
parent 2838f64922
commit e0f872b87d
+1 -1
View File
@@ -56,7 +56,7 @@ Perfect for local development or offline use cases where OpenAI's API isn't acce
- Once the server is running, you can send transcription requests. - Once the server is running, you can send transcription requests.
- Example request (curl): - Example request (curl):
```bash ```bash
curl -X POST -F file=@audio.wav http://localhost:5042/v1/audio/transcriptions curl -X POST -F file=@audio.mp3 http://localhost:5042/v1/audio/transcriptions | jq -r '.text'
``` ```
Enjoy seamless audio-to-text transcription with your local Whisper API server! Enjoy seamless audio-to-text transcription with your local Whisper API server!