Skip to content

v0.23.0 - OSS LLM Backend, PyPI Publication

Choose a tag to compare

@ksanyok ksanyok released this 28 Feb 22:04
· 102 commits to main since this release

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