Agents cause Librechat to fail #6692
-
It seems like after the recent update some agents that have a document attached cause the app to fail, once they are used. I get the following message before it shuts down: error: There was an uncaught error: Config not found for the openAI custom endpoint. I am not sure what is expected from me. I can't find such an endpoint here: Thanks for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This was fixed, try updating to dev-latest Updating Instructions (docker): # Linux command to Remove all existing images
docker images -a | grep "librechat" | awk '{print $3}' | xargs docker rmi
# Windows Powershell
docker images -a | findstr "librechat" | ForEach-Object { docker rmi $_.Split()[2] } Then follow the directions here: https://www.librechat.ai/docs/local/docker#update-librechat |
Beta Was this translation helpful? Give feedback.
This was fixed, try updating to dev-latest
Updating Instructions (docker):
Then follow the directions here: https://www.librechat.ai/docs/local/docker#update-librechat