You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,17 @@
7
7
</h1>
8
8
</p>
9
9
10
+
<p>
11
+
This is a fork of <ahref="https://github.com/danny-avila/LibreChat">LibreChat</a> 0.7.8 with modifications added to support use in our environment. If you re-base to a new version, be sure to check that all these features still work.
12
+
13
+
<ul>
14
+
<li><strong>Automatic login</strong> -- via DEFAULT_LOGIN_USER and DEFAULT_LOGIN_PASSWORD .env variables</li>
15
+
<li><strong>Set env variables via rest</strong> -- via /api/config/env</li>
16
+
<li><strong>Create a new chat with an initial message</strong> -- via /c/new?initialMessage=Hello</li>
17
+
<li><strong>Create a new chat with a preset</strong> -- via /c/new?usePresetId=ABC-123-123ABC</li>
0 commit comments