Claude 3.7 "Error building endpoint option" #6031
Replies: 3 comments 2 replies
-
I'm also getting the same error message after Edit: using |
Beta Was this translation helpful? Give feedback.
-
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.
-
Thanks, I overlooked that I had to rebuild frontend. After |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I pulled the latest commit and switched out the model name, but when I try to send a message I get this:
Version Information
f362f18
Steps to Reproduce
See above
What browsers are you seeing the problem on?
Chrome, Microsoft Edge
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions