Skip to content

Releases: CodeSignal/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

Allow default env file in the docker image

27 Mar 21:55
63ea485

Choose a tag to compare

v0.1.0

Allow for default env in the docker image

Add support for redirecting to the initial route after /login redirect

28 Feb 03:14

Choose a tag to compare

In order to support an initial message via /c/new?initialMessage=hello, we need to maintain this path when we redirect to login. Even though we have automatic logins set, we have to redirect to /login first, and then we lose the ?initialMessage. Now we will encode that as a redirect= parameter in the /login route, which will properly redirect.

It's a bit complicated but should fix our problem in prod.

New feature: initial message

12 Feb 20:40
a4f2e27

Choose a tag to compare

This release includes the feature to specify the message that the user will start with in a new chat

Fixing a bad merge after syncing upstream

12 Feb 19:08

Choose a tag to compare

v0.0.5

Fixing a bad merge

v0.0.4

12 Feb 18:00

Choose a tag to compare

First release after merging upstream codebase.