github ksanyok/TextHumanize v0.23.0
v0.23.0 - OSS LLM Backend, PyPI Publication

latest releases: v0.33.0, v0.32.0, v0.31.1...
3 months ago

What's New

Backend Parameter

  • New backend parameter: local (default), oss, openai, auto
  • OSS backend: Free AI humanization via amd/gpt-oss-120b-chatbot on HuggingFace Spaces
  • OpenAI backend: Optional paid backend using GPT-4o-mini
  • Auto mode: Tries OSS then OpenAI then local fallback

Install

pip install texthumanize==0.23.0

Usage

from texthumanize import humanize
result = humanize('AI text', backend='oss')

Full Changelog: v0.15.0...v0.23.0

Don't miss a new TextHumanize release

NewReleases is sending notifications on new releases.