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
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
The text was updated successfully, but these errors were encountered: