mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
⚒️ fix(speechToText): OpenAI Provider (#3283)
This commit is contained in:
parent
7edb54889b
commit
55f8d9910e
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ async function speechToText(req, res) {
|
|||
|
||||
switch (provider) {
|
||||
case 'openai':
|
||||
[url, data, headers] = openAIProvider(customConfig.stt, audioReadStream);
|
||||
[url, data, headers] = openAIProvider(customConfig.speech.stt, audioReadStream);
|
||||
break;
|
||||
case 'azure':
|
||||
[url, data, headers] = azureProvider(req, audioReadStream);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue