[v0.23.3] Patch: fix details not returned in `InferenceClient.text_generation`
Release 0.23.0 introduced a breaking change in InferenceClient.text_generation
. When details=True
is passed, the details
attribute in the output is always None. The patch release fixes this. See #2316 for more details.
Full Changelog: v0.23.2...v0.23.3