πŸš€ LibreChat v0.6.0
October 22, 2023

πŸš€ LibreChat v0.6.0

πŸš€ LibreChat v0.6.0

Summarize, Titling Model, Token Usage Tracking & Optional Balance, and more...


What’s Changed

✨ New Features

  • Summarize messages in longer conversations (ConversationSummaryBufferMemory) by @danny-avila in #973

    (Optional/Experimental) Enable message summarization by setting the following in your .env file: Note: this may affect response time when a summary is being generated. This saves you tokens in conversations with a lot of messages OPENAI_SUMMARIZE=true

  • Add Option to Disable Titling, Config Titling Model, and Title Prompt Improvements by @danny-avila in #977
  • GPT-3.5-Turbo-Instruct Support & Model Fetching Refactor by @danny-avila in #981
  • Accurate Token Usage Tracking & Optional Balance by @danny-avila in #1018

    Read more about the Token Usage/Balance feature here

  • Plugin Search Functionality by @walbercardoso in #1007
  • Initial Redis Support for Scalability by @danny-avila in #1039
  • New User setting to Auto-Scroll to Bottom of Conversation by @Berry-13 in #1049

🌐 Internationalization

πŸ”§ Fixes

πŸ“ Documentation

βš™οΈ Other Changes

New Contributors

Full Changelog: https://github.com/danny-avila/LibreChat/compare/v0.5.9…v0.6.0