mgw / CHANGELOG.md
alessandro trinca tornidor
test: update pytest configuration
8bb1e58

Changelog

0.5.2

  • Improved docker build process to fix HuggingFace space deploy
  • Read API to get thesaurus functionality
  • Added adding custom voices (write API) to the thesaurus functionality
  • updated backend tests
  • updated frontend tests

0.3.0

  • add an installation script (python required), mostly useful for lite.koboldai.net users

0.2.1

  • Now it can import My Ghost Writer version

0.2.0

  • Now it can work when executed as a python module, using API_MODE or STATIC_FOLDER env variables (see README.md)

0.1.0

First version:

  • It can extract a word frequency map from a text where word prefixes are keys and each value contains an array of words with their position within the text.
  • first integration with lite.koboldai.net