When the user just provides generated_tokens as false without specifying other parameters, they can end up with an obscure 400/422. This likely happens because there are other fields that default to true without the user knowing.
Additionally, the default value for the include_stop_sequence should be null instead of true.
There is a case in the model having include_stop_sequence default to be false, but caikit always overrides it to true.
Describe the bug
When the user just provides generated_tokens as false without specifying other parameters, they can end up with an obscure 400/422. This likely happens because there are other fields that default to true without the user knowing.
Additionally, the default value for the include_stop_sequence should be null instead of true. There is a case in the model having include_stop_sequence default to be false, but caikit always overrides it to true.
To Reproduce