Cannot get Open AI TTS working with librechat.yaml etc #4988
Unanswered
jhmonroe
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
Thanks for the detailed report! This seems to be an issue with Docker not properly mounting your configuration file. Let's try a few things to troubleshoot:
ls -la | grep yaml
version: '3.4'
services:
api:
volumes:
- type: bind
source: ${PWD}/librechat.yaml
target: /app/librechat.yaml
Could you try these steps and let me know what you find? Also, could you share:
One more important thing to clarify - which compose file are you using as your base? LibreChat has two options:
Could you also share:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
What happened?
Love this project! Thank you so much for creating so we can explore models in one window.
Am trying to add the OpenAI TTS voices as outlined here: https://www.librechat.ai/docs/configuration/stt_tts
I followed and double-checked the steps outlined below but the settings never show up and I get a Docker error pasted below in the output area.
I also searched this repo and saw other issues where you suggested path changes and tried to just change the path to see if anything changed. Same error.
Am I missing something?
Mac here running Docker 4.35.1 and updated to 4.36 to rule that out. :-)
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
In Docker: "error: Config file YAML format is invalid: ENOENT: no such file or directory, open '/app/librechat.yaml'"
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions