-
Notifications
You must be signed in to change notification settings - Fork 763
Description
Issue Type
Agent Issue
Operating System
macOS
Description of the bug
When adding Claude under provider templates, runs will always return:
temperature and top_p cannot both be specified for this model. Please use only one."},"request_id":"req_011CVXEc1pdn4pBywEv3mkNd"}
This is due to Anthropic not allowing both temprature and top_p to be set simultaneously for 4.5 model API calls.
There is no option to disable temperature or toggle between temp and top_p in the anthropic template. Therefore, no 4.5 anthropic models will ever work for agent runs.
PROPOSED FIX:
-For quick patch, allow disabling temperature in the anthropic/edit provider window
-For comprehensive fix, allow granular control over top_p, and only allow user to select either top_p or temperature for api requests instead of both, which will always fail
Steps to Reproduce
- Open BrowserOS and navigate to Settings (gear icon on home page)
- BrowserOS AI -> Quick Provider Templates -> Claude -> Use
- In Edit Provider popup, select Anthropic, Claude, https://api.anthropic.com, claude-sonnet-4-5-20250929
- Enter Anthropic API key
- Check "Supports Images," set context window size to 200000, Temperature to 0.7.
- Click Save
- Navigate to new tab
- Select "Agent" in top right of new tab to open agent mode window
- Select "Claude" in top left of agent window as provider
- Click "Agent Mode" in bottom of agent window
- Submit action request
- Observe error message:
Screenshots / Videos
No response
BrowserOS Version
Version 137.0.7234.69 (Official Build) (arm64)
Additional Context
No response