Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@danny-avila danny-avila released this 22 Oct 18:43
· 614 commits to main since this release
00e0091

What's Changed

  • To update: run npm run update from the project directory for a clean installation.
    • Prerequisites: git and npm installed
    • Recommended: clear localStorage and cookies

✨ 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

🌐 Internationalization

🔧 Fixes

📝 Documentation

⚙️ Other Changes

New Contributors

Full Changelog: v0.5.9...v0.6.0