danny-avila / LibreChat

Enhanced ChatGPT Clone: Features OpenAI, Assistants API, Azure, Groq, GPT-4 Vision, Mistral, Bing, Anthropic, OpenRouter, Vertex AI, Gemini, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. More features in development
https://librechat.ai/
MIT License
15.48k stars 2.57k forks source link

[Bug]: stt: List of Voices shows empty #2849

Closed kneelesh48 closed 1 month ago

kneelesh48 commented 1 month ago

What happened?

Opening Speech tab in Settings, the voices dropdown is empty

Only tried on Google Chrome on Windows, Mac and Android

Steps to Reproduce

  1. Click on your profile picture > Settings
  2. Go to Speech tab
  3. Scroll down to Voice in Text to Speech section

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

Screenshots

image

Code of Conduct

kneelesh48 commented 1 month ago

Fixed after changing voice to voices in librechat.yml

tts: openai: apiKey: '${TTS_API_KEY}' model: 'tts-1' voices: ['alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer']

Qin-shun-Li commented 1 month ago

I have the same problem. But my librechat.yaml is the same as you

image image
danny-avila commented 1 month ago

This was resolved on the latest commit