🎙️ fix: Azure OpenAI Speech-to-Text 400 Bad Request Error (#10355)

This commit is contained in:
Rakshit 2025-11-05 20:57:34 +05:30 committed by GitHub
parent 06fcf79d56
commit 772b706e20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -227,7 +227,6 @@ class STTService {
}
const headers = {
'Content-Type': 'multipart/form-data',
...(apiKey && { 'api-key': apiKey }),
};