aws bedrock deepseek.r1-v1 not support title #6309
-
What happened?I configured 4 llms, 3 claude models and 1 deepseek.r1. use anthropic.claude-3-5-haiku-20241022-v1:0 for the titleModel. But the deepseek.r1 could not generated title, only "New Chat" left. Other 3 models works well. Did they all use anthropic.claude-3-5-haiku for title? Configure the titleModel: "current_model" had the same result. bedrock:
availableRegions:
- "us-west-2"
- "us-east-1"
streamRate: 35
titleModel: 'anthropic.claude-3-5-haiku-20241022-v1:0'
# titleModel: "current_model" BEDROCK_AWS_MODELS=anthropic.claude-3-5-sonnet-20241022-v2:0,anthropic.claude-3-5-haiku-20241022-v1:0,us.deepseek.r1-v1:0,us.anthropic.claude-3-7-sonnet-20250219-v1:0 error: [api/server/controllers/agents/client.js #titleConvo] Error This model doesn't support tool use. Version Informationghcr.io/danny-avila/librechat-dev cf03731 2947f02d5e16 11 hours ago 876MB Steps to Reproduce
What browsers are you seeing the problem on?Chrome Relevant log outputerror: [api/server/controllers/agents/client.js #titleConvo] Error This model doesn't support tool use. ScreenshotsCode of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Change the title model: |
Beta Was this translation helpful? Give feedback.
-
fixed now, thanks danny-avila |
Beta Was this translation helpful? Give feedback.
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: #6313Updating Instructions (docker):
Then follow the directions here: https://www.librechat.ai/docs/local/docker#update-librechat