Skip to content
Discussion options

You must be logged in to vote

Try updating once the latest image is built (when the following actions are complete):
https://github.com/danny-avila/LibreChat/actions/runs/13816002179/job/38649226658

I fixed the issue Bedrock had with recognizing the titleModel here: #6313

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

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@tangr
Comment options

@danny-avila
Comment options

Answer selected by tangr
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6304 on March 12, 2025 11:46.