Replies: 3 comments 6 replies
-
You need to apply today's update for 3.7 to work |
Beta Was this translation helpful? Give feedback.
0 replies
-
With today's update, and "thinking" enabled, all requests return the error:
Is there a way to unset top_k? |
Beta Was this translation helpful? Give feedback.
5 replies
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When set up and applied as shown below
.env
ANTHROPIC_MODELS=claude-3-7-sonnet-20250219,claude-3-5-sonnet-20241022
3.5 works fine but 3.7 got error...
Version Information
v0.7.7-rc1
Steps to Reproduce
.
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
.
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions