Update librechat.yaml
Browse files- librechat.yaml +1 -1
librechat.yaml
CHANGED
@@ -123,7 +123,7 @@ endpoints:
|
|
123 |
speech:
|
124 |
stt:
|
125 |
openai:
|
126 |
-
url: "https://api.groq.com/openai/v1/audio"
|
127 |
apiKey: "${STT_API_KEY}"
|
128 |
model: "whisper-large-v3"
|
129 |
tts:
|
|
|
123 |
speech:
|
124 |
stt:
|
125 |
openai:
|
126 |
+
url: "https://api.groq.com/openai/v1/audio/transcriptions"
|
127 |
apiKey: "${STT_API_KEY}"
|
128 |
model: "whisper-large-v3"
|
129 |
tts:
|