When using `gpt-5-nano`, I get a `ChatGPT::InvalidRequestError` when using `client.chat`: ``` Unsupported parameter: 'max_tokens' is not supported with this model. Use 'max_completion_tokens' instead. ```