LibreChat logo

LibreChat

AI chat platform combining multiple AI models and extended features

Alternative to: chatgpt, huggingface chat, microsoft azure openai, anthropic claude, cohiera, mistral ai, openrouter, openai playground, llama reasoning, perplexity ai


About Versions (47)

v0.5.7

2023-08-09

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 after the above.

:sparkles: New Features

  • Settings/Presets UI Restructure, convert many files to TS by @danny-avila in https://github.com/danny-avila/LibreChat/pull/740
    • This release includes many UI improvements (200+ files changed), see the PR for all the exact changes
      • In general, the UI is cleaner, matches the basic style of the official site more closely
      • Special attention was given to dialogs/modals across all screen sizes and are now drastically optimized from before.
      • Developer experience was also greatly improved, not least of all with type safety, but Endpoint settings are now extremely modular from what they were before, making existing code much more manageable, and future endpoint integrations much easier
    • A majority of the frontend JS files were converted to TS, only a couple dozen left to go, and this project will be majority Typescript!
  • match toggle Nav animation to official site by @danny-avila in https://github.com/danny-avila/LibreChat/pull/755
  • match scroll behavior and button styles more closely to official site https://github.com/danny-avila/LibreChat/pull/761
  • Password reset via email by @danorlando in https://github.com/danny-avila/LibreChat/pull/730
  • Add a dropdown list in setting to allow change language. by @NoahDragon in https://github.com/danny-avila/LibreChat/pull/726
  • Add SearchBar to Nav by @techwithanirudh in #760

🌐 Internationalization

  • German translation by @XHyperDEVX in #772
  • French translation by @fuegovic in #778

🔧 Fixes

:memo: Documentation

:gear: Other Changes

New Contributors

Full Changelog: https://github.com/danny-avila/LibreChat/compare/v0.5.6…v0.5.7