You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently max_tokens is hardcoded to 4096 in callAPI (popup.js:406). Different models have different optimal values — reasoning models need headroom for reasoning_content, while chat models can work with lower values for faster responses.
Currently max_tokens is hardcoded to 4096 in callAPI (popup.js:406). Different models have different optimal values — reasoning models need headroom for reasoning_content, while chat models can work with lower values for faster responses.