Skip to content

[v0.23.3] Patch: fix details not returned in `InferenceClient.text_generation`

Compare
Choose a tag to compare
@Wauplin Wauplin released this 05 Jun 12:48
· 196 commits to main since this release
83efe51

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