v0.6.5
Pre-release
Pre-release
What's Changed
- To update: For an efficient transition, please run
npm run update
from the project directory.- Prerequisites: git and npm need to be installed on your machine
- Recommended: We suggest that you clear localStorage and cookies before initiating
This is a Major update and warrants bumping a few versions from v0.6.1
✨ New Features as of v0.6.5
- UI Updates & Vision Support: Major updates to the UI to align with Official ChatGPT style and added initial support for GPT-4 Vision by @danny-avila in #1190 & #1203
- Default Preset Selection: Implemented default preset selection for conversations by @danny-avila in #1275
- Gemini Support & Google Updates: Added support for Google Gemini Pro and Gemini Pro Vision. All Google Vertex AI text and chat models are now fully supported as well (PaLM 2 and Codey) by @danny-avila in #1316#1355
- Azure Vision Support: Implemented support for GPT-4 Vision through Azure OpenAI by @danny-avila in #1389
- ENDPOINTS Environment Variable: Implemented ordering and disabling of endpoints with
ENDPOINTS
env variable by @danny-avila in #1206 - Reverse Proxy Modifications: Now allows any reverse proxy URL to be configured. Reverse Proxy Support was also added for Anthropic by @danny-avila and @madonchik123 in #1192 & #1106
- Custom SMTP Server Support: Added the feature to use a custom SMTP server by @pikaro in #1219
🌐 Internationalization
- Multilingual Updates: Updated Vietnamese, Portuguese, Spanish, Turkish, Russian, Dutch and Japanese translations by @chokiproai, @itzraiss, @eniyiweb, @machinsoft, @berry-13 and @KenTaniguchi-R in #1200, #1202, #1195, #1218, #1251, #1265 & #1298
🔧 Fixes
- UI Fixes: Completed numerous minor and broad UI fixes related to the new UI by @danny-avila and @berry-13 in #1197 & #1199
- Bug Fixes & Optimizations: Addressed issues like Textarea Scroll fix, Error Handling; Fixed Correct Default Model Name in Response Sender, Endpoint Switching, Anthropic Client Issues, Token Credit Balance Issues, AzureAISearch Plugin Files; Prevented Image Auto-Rotation on Upload, Message Misrouting on Conversation Refresh, and ensured Message Send Requires Key by @danny-avila, @jonas-w and @itzraiss in #1204, #1217, #1225, #1226, #1232, #1237, #1250, #1278, #1259, #1281, #1294, #1324, #1318 & #1356
📝 Documentation
- Documentation Updates: Updated guides and documentation for various aspects including
dotenv.md
, LiteLLM Proxy, MongoDB, and Facebook Updates by @fuegovic, @ishaan-jaff, @berry-13 in #1258, #1247, #1276, #1307, #1249, #1312, #1342, #1347
⚙️ Other Changes
- Style and Enhanced Functionality: Implemented various style and functionality modifications including: order and disable endpoints with ENDPOINTS env var, allow usage of custom SMTP server, prevent login feature (ALLOW_EMAIL_LOGIN), default preset selection in conversations, and open sidebar popup for new users by @danny-avila, @pikaro, @berry-13 in #1206, #1219, #1282, #1275, #1309, #1308
👀 Upcoming Features
- Assistants API integration and General File support are in active development
- Better, more customizable, and easier System-wide Configuration for Endpoints/Models/Presets
- Our full Roadmap
New Contributors
- @madonchik123 made their first contribution in #1106
- @jonas-w made their first contribution in #1237
- @pikaro made their first contribution in #1219
- @ishaan-jaff made their first contribution in #1249
- @KenTaniguchi-R made their first contribution in #1298
- @eburnette made their first contribution in #1317
Full Changelog: v0.6.1...v0.6.5