async-openai icon indicating copy to clipboard operation
async-openai copied to clipboard

max_completion_token content is empty

Open mirsella opened this issue 3 months ago • 0 comments

hello

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.

might be a problem openai side

thanks

mirsella avatar Aug 25 '25 12:08 mirsella