Skip to content

Releases: alkatrazstudio/neodim-chat

v0.13.0

22 Dec 11:21
v0.13.0
c834432
Compare
Choose a tag to compare
  • Added: Import/Export
  • Fixed: freezing on long contexts after generating a message
  • Fixed: words blacklist no banning all possible combinations

v0.12.0

24 Nov 10:43
v0.12.0
e1f1263
Compare
Choose a tag to compare
  • Removed: TFS support for llama.cpp (it was removed from the server)
  • Removed: penalty prompt support for llama.cpp (it was removed from the server)
  • Changed: the next random participant is always chosen by AI
  • Changed: do not put a period at the end if a dialog line is just a quote
  • Changed: for existing conversations new samplers are inserted in more appropriate positions
  • Changed: temperature can be set to zero
  • Added: DRY sampler for llama.cpp
  • Added: XTC sampler for llama.cpp
  • Added: streaming for llama.cpp
  • Added: allow to stop the API request for llama.cpp
  • Added: manual blacklist
  • Added: long tap the OK button in the editing dialog to save the message without formatting
  • Added: allow to convert chat to group chat
  • Fixed: dialog line continuation

v0.11.1

30 Jul 18:47
v0.11.1
c1ffe77
Compare
Choose a tag to compare
  • Fixed: blacklist for non-English words

v0.11.0

15 Jun 15:46
v0.11.0
81b477f
Compare
Choose a tag to compare
  • Added: handling llama.cpp errors
  • Changed: after continuing the message, retry only the generated part
  • Changed: the settings page
  • Improved: continuing a message
  • Improved: auto-formatting
  • Improved: help page now have icons for button reference
  • Fixed: zero length repetition penalty did not select the entire text for penalty when using llama.cpp