πŸš€ LibreChat v0.6.1
November 16, 2023

πŸš€ LibreChat v0.6.1

DALL-E-3, Custom Footer, Token Transaction, Ban-User Command, and more...


What’s Changed

Support for the old UI will become deprecated, but will still be available through the old route /chat/new. The new route will be /c/new

✨ New Features as of v0.6.1

  • DALL-E-3 Support: Added support for DALL-E-3 including reverse proxy and system prompt configs for DALL-E-3 by @danny-avila in #1147, #1148 & #1150
  • Toast Components: Introduced Toast components, similar to ChatGPT’s, and a Toast Provider to manage toasts higher in the DOM tree by @danny-avila in #1108 & #1110
  • Custom Footer Environment Variable: Addition of CUSTOM_FOOTER env variable for footer customization by @danny-avila in #1098
  • Azure OpenAI Enhancements: Enabled switching Deployment Name by Model Name in AzureOpenAI by @danny-avila in #1137
  • Token Transactions: Added timestamps to transaction schema by @danny-avila in #1123
  • Ban-User Command: Implemented a command to ban users by @Berry-13 in #1121

🌐 Internationalization

πŸ”§ Fixes

πŸ“ Documentation

βš™οΈ Other Changes

  • Workflow and Style Enhancements: Various changes including manual trigger of workflows, tag workflow adjustments, token rate support for newer models (1106), navigation updates, and graphical updates by @danny-avila, @Z1xus, @Berry-13 in #1099, #1100, #1146, #1182 & #1138

New Contributors