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
Allow single input for generation endpoint (huggingface#803)
According to spec inputs can be either a single `string` or a `string`
array, with the result beeing either a single `TextGenerationOutput` or
and array of them.
0 commit comments