Cannot Run Sonnet 3.7 Natively [REQUIRES UPDATE] #6072
-
What happened?Hello, It seems I am not able to run any Claude Sonnet 3.7 when natively using their API. Claude Sonnet 3.5 works fine, and 3.7 works fine when using it via OpenRouter. Error I get: Something went wrong. Here's the specific error message we encountered: Operation failed after 3 attempts: 400 {"type":"error","error":{"type":"invalid_request_error","message":"prompt: Input should be a valid string"}} I'm using the Docker version of LibreChat self-hosted on a VM. The docker image is up-to-date as of this writing. I've added both model versions to my .env file, that is to say, both Thanks Version Information4471de87c1289947c0aab222004c9db1e8fa22cf (LibreChat v0.7.7-rc1) Steps to Reproduce
What browsers are you seeing the problem on?No response Relevant log outputScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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.
Updating Instructions (docker):
Then follow the directions here: https://www.librechat.ai/docs/local/docker#update-librechat