Skip to content

Releases: CodeSignal/LibreChat

Fixing redirect and presets

17 Jul 20:25

Choose a tag to compare

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

17 Jul 20:23

Choose a tag to compare

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

01 Jul 11:00

Choose a tag to compare

Make initialMessage "sticky"

13 Jun 13:59

Choose a tag to compare

v0.3.2

03 Jun 11:59

Choose a tag to compare

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

02 Jun 20:51

Choose a tag to compare

v0.3.0

02 Jun 19:56

Choose a tag to compare

Full Changelog: v0.2.2...v0.3.0

Merged upstream with the latest release of LibreChat

Removing more OpenAI settings

02 Jun 14:34
e876a4e

Choose a tag to compare

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

02 Jun 13:39
8124dc3

Choose a tag to compare

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

28 Mar 20:03
fd23fff

Choose a tag to compare