LibreChat logo

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


About Versions (47)

v0.5.9

2023-09-18

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

⚠️ Breaking Change

It’s now required to set a JWT_REFRESH_SECRET in your .env file as of #927

It’s also recommended you update your SESSION_EXPIRY to a lower value and set REFRESH_TOKEN_EXPIRY Default values: session expiry: 15 minutes, refresh token expiry: 7 days See .env.example for exact values in millisecond calculation

:sparkles: New Features

🌐 Internationalization

🔧 Fixes

:memo: Documentation

:gear: Other Changes

New Contributors