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.7
2023-05-26What’s Changed
Features/updates
- feat: Setup Unit Test Environment and Refactor Typescript Config by @danorlando in https://github.com/danny-avila/chatgpt-clone/pull/365
- Setup tests with new user system as well as for message streams by @danny-avila in https://github.com/danny-avila/chatgpt-clone/pull/344 & #387
- docs : update & cleanup the documentation by @fuegovic @danny-avila @ocontant in https://github.com/danny-avila/chatgpt-clone/pull/345 https://github.com/danny-avila/chatgpt-clone/pull/347 https://github.com/danny-avila/chatgpt-clone/pull/350 https://github.com/danny-avila/chatgpt-clone/pull/367 https://github.com/danny-avila/chatgpt-clone/pull/379
- Enable message regeneration for bingAI endpoint by @danny-avila in https://github.com/danny-avila/chatgpt-clone/pull/349
- @dependabot update dependencies
- refactor: remove bcrypt by @danorlando in https://github.com/danny-avila/chatgpt-clone/pull/375
- chore(api): remove unused crypto dependency from package.json by @danny-avila in https://github.com/danny-avila/chatgpt-clone/pull/381
Fixes
- Fix Input losing focus in all endpoints aside from openAI by @danny-avila in #382
- Hotfix by @danny-avila in https://github.com/danny-avila/chatgpt-clone/pull/334
- fix(Bing): Use full cookies string instead of just _U cookie by @danny-avila in https://github.com/danny-avila/chatgpt-clone/pull/369
- UI fixes & changes https://github.com/danny-avila/chatgpt-clone/pull/335 https://github.com/danny-avila/chatgpt-clone/pull/337
- Minor fixes: tokenizer, default Bing toneStyle, SiblingSwitch by @danny-avila in https://github.com/danny-avila/chatgpt-clone/pull/348
- Fix (PaLM2): Persist PaLM presets after initial message by @danny-avila in https://github.com/danny-avila/chatgpt-clone/pull/366
- fix (PaLM2): messages will properly regenerate by @danny-avila in https://github.com/danny-avila/chatgpt-clone/pull/368
Upcoming
This is the last minor release before we introduce plugins, now that all major known bugs on main branch are taken care of. We are switching to Test-driven development and this is aiding in discovering bugs before merging
Full Changelog: https://github.com/danny-avila/chatgpt-clone/compare/v0.4.6…v0.4.7