Releases: CodeSignal/LibreChat
Fixing redirect and presets
Full Changelog: v0.3.4...v0.3.7
- Fixing a bug that caused some query params to get ignored
- Making presets default when set from the query param
v0.3.5
Full Changelog: v0.3.4...v0.3.5
- Fixing a redirection bug that sometimes causes query parameters to fail to be read
- Making the presets "sticky"/default so when they create a new chat, they'll get the preset again.
v0.3.4 -- Merge upstream/main to fix a bug with image upload
Make initialMessage "sticky"
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Full Changelog: v0.3.1...v0.3.2
Adding the usePresetId query parameter for new chats to automatically use the preset by ID
v0.3.1 -- Support sending Bedrock config via HTTP
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Full Changelog: v0.2.2...v0.3.0
Merged upstream with the latest release of LibreChat
Removing more OpenAI settings
Removing all OpenAI settings from the config to avoid OpenAI from showing up in the user's menu by default
v0.2.1 -- remove OpenAI models from the config
Full Changelog: v0.2.0...v0.2.1
We can't set env variables to empty in the sidecar configurations. As such, the OpenAI Models config in .env.example can't be unset. When we configure for different models/providers, it will still show OpenAI even though it isn't available.
Removing it from the example .env file and requiring it to be set in the sidecar configuration going forward.
Create user during container startup
Full Changelog: v0.1.0...v0.2.0