v0.6.1
版本发布时间: 2023-11-16 22:16:20
danny-avila/LibreChat最新发布版本:v0.7.5-rc2(2024-09-11 07:22:28)
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
In the next release of LibreChat, we will introduce:
GPT-4-Vision support:
- Full drag/drop/import image support on the frontend and in messages
Custom GPTs:
- Highly customizable and configurable GPTs through Assistants API, with support for existing plugins
Enhanced UI Update
- Closely match the new UI changes to ChatGPT
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
:sparkles: 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
- Multilingual Support: Added Vietnamese, Brazilian Portuguese, Turkish, Russian, Italian, French, and Arabic translations by @chokiproai, @itzraiss, @eniyiweb, @machinsoft, @Berry-13, @fuegovic, and @QuitCool in #1129, #1126, #1168, #1169, #1175, #1176 & #1180
- Update Chinese localization: Improved Chinese and Traditional Chinese translations by @liukaixiang817 and @Super12138 in #1095 & #1102
🔧 Fixes
- Bug Fixes and Optimizations: Addressed various issues including data transformation, tag workflow, OpenRouter, typo fixes, endpoint handling, navigation issues, and ModelService.js conditional statement correctness by @danny-avila, @walbercardoso, @Berry-13 in #1097, #1105, #1116, #1141, #1144 & #1145
:memo: Documentation
- Documentation Improvements: Updated manuals and guides for various setups including Docker, Local Env, and reverse proxy configuration by @danny-avila, @Berry-13, @fuegovic in #1117, #1118, #1132 & #1153
:gear: 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
- @Super12138 made their first contribution in https://github.com/danny-avila/LibreChat/pull/1102
- @chokiproai made their first contribution in https://github.com/danny-avila/LibreChat/pull/1129
- @otisdog8 made their first contribution in https://github.com/danny-avila/LibreChat/pull/1151
- @Cfomodz made their first contribution in https://github.com/danny-avila/LibreChat/pull/1160
- @snekkenull made their first contribution in https://github.com/danny-avila/LibreChat/pull/1152
- @eniyiweb made their first contribution in https://github.com/danny-avila/LibreChat/pull/1168
- @machinsoft made their first contribution in https://github.com/danny-avila/LibreChat/pull/1169
- @QuitCool made their first contribution in https://github.com/danny-avila/LibreChat/pull/1180
- @Z1xus made their first contribution in https://github.com/danny-avila/LibreChat/pull/1182
Full Changelog: https://github.com/danny-avila/LibreChat/compare/v0.6.0...v0.6.1