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
fix(converter): stop sending top_p and stop to the CommandCode upstream
The CommandCode CLI wire body carries only model, messages, tools,
system, max_tokens, stream, and optional temperature and
reasoning_effort. Forwarding top_p and stop made every request that
carried them distinguishable from the CLI. Clients may still send both;
they are no longer relayed upstream.
0 commit comments