Skip to content

Releases: balisujohn/localwriter

v0.0.6

25 Sep 03:06
Compare
Choose a tag to compare

v0.0.6 Release Notes

  • Fixed regression that caused model setting to not be saved correctly.
  • Added instructions to README.

v0.0.5

24 Sep 04:33
Compare
Choose a tag to compare

v0.0.5 Release Notes

  • ExtendSelection and EditSelection now can have max tokens to generate specified individually in settings.
  • ExtendSelection and EditSelection now can have system prompt specified individually in settings.

v0.0.4

02 Sep 23:24
Compare
Choose a tag to compare

v0.0.4 Release Notes

  • ExtendSelection and Edit Selection now work on text inside tables.
  • The localwriter oxt file now has a logo!

v0.0.3

01 Aug 04:40
Compare
Choose a tag to compare

v0.0.3 Release Notes

  • Adds an optional model setting (required for Ollama). A model key is only added to request if model is set to a nonempty string.

v0.0.2

30 Jul 22:41
Compare
Choose a tag to compare

V0.0.2 Release Notes

  • Adds Settings option to localwriter menu which allows the inference endpoint to be specified. Defaults to localhost port 5000, which is the default for text-generation-webui
  • removes requests dependency, which should improve portability.

v0.0.1

26 Jul 00:28
Compare
Choose a tag to compare

Initial release of localwriter. Extend Selection and Edit Selection minimum viable products included.