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
v0.4.0
2023-05-07v0.4.0
The Pre-built User system is now live!

When the first account is registered, the application will automatically migrate any conversations and presets that you created before the user system was implemented to that account.
⚠️ IMPORTANT ⚠️ You should register and login with a local account (email and password) for the first time sign-up. if you use login for the first time with a social login account (eg. Google, facebook, etc.), the conversations and presets that you created before the user system was implemented will NOT be migrated to that account.
⚠️ Breaking: new Env Variables ⚠️
You will need to add the new env variables from .env.example for the app to work, even if you’re not using multiple users for your purposes. For more instructions on First Time Setup, see the readme here
What’s Changed
- add whitespace-pre-wrap to the message editor to preserve line breaks by @danny-avila in https://github.com/danny-avila/chatgpt-clone/pull/183
- Add container name by @zhangsean in https://github.com/danny-avila/chatgpt-clone/pull/186
- Update .env.example by @fuegovic in https://github.com/danny-avila/chatgpt-clone/pull/187
- Added a link for the “automated installer” by @fuegovic in https://github.com/danny-avila/chatgpt-clone/pull/188
- Update LOCAL_INSTALL structure by @alfredo-f in https://github.com/danny-avila/chatgpt-clone/pull/195
- Add instructions for local testing. by @alfredo-f in https://github.com/danny-avila/chatgpt-clone/pull/196
- Fixup: LOCAL_INSTALL.md PS instructions by @alfredo-f in https://github.com/danny-avila/chatgpt-clone/pull/200
- feat: Auth and User System by @danorlando in https://github.com/danny-avila/chatgpt-clone/pull/205
- Bump package version to 0.4.0 and fix spacing in user system section of readme by @danorlando in https://github.com/danny-avila/chatgpt-clone/pull/206
New Contributors
- @zhangsean made their first contribution in https://github.com/danny-avila/chatgpt-clone/pull/186
- @fuegovic made their first contribution in https://github.com/danny-avila/chatgpt-clone/pull/187
- @alfredo-f made their first contribution in https://github.com/danny-avila/chatgpt-clone/pull/195
Upcoming changes
Currently working on reverse engineering the official plugins feature #197
I’m nearing completion on my first pass with interesting results!

Full Changelog: https://github.com/danny-avila/chatgpt-clone/compare/v0.3.3…v0.4.0