Description
A clear description of what the bug is.
Steps to Reproduce
- Go to agent chat window
- send any message
- See error
unavailable: LLM provider error: Anthropic 400: {"type":"error","error":{"type":"invalid_request_error","message":"temperature is deprecated for this model."},"request_id":"[redacted]"}
Expected Behavior
an llm response
Actual Behavior
an error, refusing to send llm response
Environment
- Deployment: Docker
- Browser: Firefox 153.0.3
- OS: Windows 10 Pro
Additional Context
Commenting out Temperature from the payload in backend\app\agents\providers\anthropic.py solves the issue
claude-sonnet-5
Description
A clear description of what the bug is.
Steps to Reproduce
unavailable: LLM provider error: Anthropic 400: {"type":"error","error":{"type":"invalid_request_error","message":"temperature is deprecated for this model."},"request_id":"[redacted]"}
Expected Behavior
an llm response
Actual Behavior
an error, refusing to send llm response
Environment
Additional Context
Commenting out Temperature from the payload in backend\app\agents\providers\anthropic.py solves the issue
claude-sonnet-5