async-openai
async-openai copied to clipboard
max_completion_token content is empty
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