Releases: CodeSignal/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
Allow default env file in the docker image
v0.1.0 Allow for default env in the docker image
Add support for redirecting to the initial route after /login redirect
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
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
v0.0.5 Fixing a bad merge
v0.0.4
First release after merging upstream codebase.