Not able to load custom librechat.yaml #5818
-
What happened?Hello, i'm trying to add a custom endpoint to my setup. I followed the documentation. You can see the steps I did below. I'm a bit lost here, if someone could help thanks 🙂 Version Information
Steps to Reproduce
I'm a bit lost here, if someone could help thanks 🙂 What browsers are you seeing the problem on?Chrome Relevant log outputScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ok i succeeded to use custom librechat.yaml, the issue was that I used |
Beta Was this translation helpful? Give feedback.
-
Check the .yaml file structure |
Beta Was this translation helpful? Give feedback.
Ok i succeeded to use custom librechat.yaml, the issue was that I used
docker compose restart
like in the documentation. It seems you must firstdocker compose down
thendocker compose up
to take the new bind into account. Maybe an update in the doc could help :)