Skip to content

Release 6.5.4

Latest
Compare
Choose a tag to compare
@yukiarimo yukiarimo released this 28 Aug 21:02
· 4 commits to main since this release
632609d

What's Changed

  • Improved overall client stability: The page no longer reloads for basic actions; instead, it dynamically updates content from the server
  • Enhanced config loading process and added a new settings block
  • All custom settings are now saved in LocalStorage for improved user experience
  • Removed news toggle (temporarily) and replaced it with a custom config toggle
  • Generalized and removed duplicated functions for better code organization
  • Updated sendMessage() function to use custom config

New Features

  • Implemented logic for regenerate and copy text buttons for each message
  • Added last_n_tokens_size, use_mmap, and offload_kqv parameters to the config for more customization options
  • Integrated official Huggingface embeddings model for improved RAG (Retrieval-Augmented Generation) implementation

Bug Fixes

  • Fixed function calling in HTML
  • Resolved issues with tabs in the Creator Studio
  • Corrected variable names and grammar errors throughout the codebase
  • Attempted to fix Kanojo-related issues (work in progress)