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
trying out gpt-5-nano, with .max_completion_token, and if if surpass the limit, the content if empty: choices[0].message.content.is_empty() == true. it wasn't happening with .max_token, the output was cut at the end but the start was still here.