Skip to content

v0.1.6 — Hotfix

Choose a tag to compare

@finktech-dev finktech-dev released this 06 Jun 23:31
· 16 commits to main since this release

v0.1.6 — Hotfix

Fixed: literal newline artifact in lingua_adapter.py — force_tokens=["\n"] had a raw newline character instead of the escape sequence, causing SyntaxError on startup
Fixed: missing from typing import NoReturn import in loader.py causing NameError on startup