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
After #3 we always send max_completion_tokens. We can add model-prefix detection for OpenAI-compatible endpoints: pick max_completion_tokens for gpt-4o, gpt-4.1, gpt-5, o1, o3, or o4, else max_tokens.
After #3 we always send
max_completion_tokens. We can add model-prefix detection for OpenAI-compatible endpoints: pickmax_completion_tokensfor gpt-4o, gpt-4.1, gpt-5, o1, o3, or o4, elsemax_tokens.References:
NousResearch/hermes-agent#15377