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