Can't add whisper STT #6190
saeedesmaili
started this conversation in
Help Wanted
Replies: 1 comment 4 replies
-
you used the key here's the correct YAML configuration: speech:
stt:
openai:
url: 'https://api.groq.com/openai/v1'
apiKey: '${GROQ_API_KEY}'
model: 'distil-whisper-large-v3-en' |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Groq provides openai compatible api for whisper:
https://console.groq.com/docs/openai
I have done the followings:
librechat.yaml:
deploy-compose.yml:
and added
GROQ_API_KEY
environment variable.But when I visit the speech settings after deploy, I still only have "browser" for the engine:

What should I do next to troubleshoot this?
Beta Was this translation helpful? Give feedback.
All reactions