github danny-avila/LibreChat v0.5.6

latest releases: v0.7.5-rc2, v0.7.5-rc1, v0.7.4...
pre-release14 months ago

What's Changed

✨ New Features

  • Add update script for clean update installations (supports local npm and docker) by @danny-avila and @fuegovic in #673 #712
    • After you update to the latest release, use npm run update in the root folder to update your local/docker builds.
    • If you are on linux and need to use sudo for docker, run npm run update:sudo
  • Use Bing Image Creator (working on Chrome, MS Edge browsers) by @fuegovic in #668
  • Added a leaner, alternative docker strategy and deployment compose file by @danny-avila in #719
    • to use it, run docker-compose -f ./deploy-compose.yml up from the root of the project directory.
  • Add more plugins to the Plugin store by @fuegovic in #709
  • Build dev images on changes to api/client or manual trigger by @danny-avila in #676 #715 #716 #717 #720
  • Enhanced MongoDB-MeiliSearch Syncing by @danny-avila in #722
  • Fetch api for model list when OPENAI_MODELS env variable is not specified (useful for ChimeraGPT) by @danny-avila in https://github.com/danny-avila/LibreChat
  • Reverse Proxy support for Plugins by @danny-avila in #691

🐛 Fixes

  • Resolve null pointer exception in tokenizer management by @ywkim in #689
  • Oauth fixes for Cognito (OpenID) by @Donavan in #686
  • TypeError Issue in db/indexSync.js, and Search Pagination by @danny-avila in #722
  • Clear convo bug from General Settings by @danny-avila in #710

📝 Documentation

🌐 Internationalization

  • Add localization support for endpoint pages components by @NoahDragon in #667
  • Italian localization support for endpoint pages components by @Berry-13 in #687 #697
  • Support localization for Nav components by @NoahDragon in #688
  • Language files: Spanish translation and Portuguese corrections for PR by @itzraiss in #694

⚙️ Other Changes

New Contributors

Full Changelog: v0.5.5...v0.5.6

Don't miss a new LibreChat release

NewReleases is sending notifications on new releases.