Commit Graph

179 Commits

Author SHA1 Message Date
Marco Beretta
2640bd3a00 📘 docs: update dotenv ENDPOINTS example 2024-12-22 18:04:00 +01:00
Danny Avila
c76790ee2d v0.7.6 (#185) 2024-12-20 11:43:50 -05:00
Danny Avila
0426373b79 📘 fix: broken link in LibreChat YAML configuration (#180) 2024-12-17 13:17:32 -05:00
Danny Avila
9156f9a024 🚀 feat: Add Initial MCP Support (Tools) to Agents and Assistants (#183) 2024-12-17 13:17:13 -05:00
Danny Avila
803ff0bf7f 📘 docs: Add Actions Object Structure and update Agents configuration (#182) 2024-12-12 12:25:23 -05:00
Danny Avila
c67e4ac2d7 📘 docs: Add Agents Config (#178)
* feat: Add agents feature toggle to configuration documentation

* docs: v1.1.9 agents config

* docs: Clarify permissions for accessing agent instructions and tools
2024-12-11 17:29:18 -05:00
Marco Beretta
d1e659671a 🎨 style: Hero Section Updates and ContainerScroll Refactor (#177) 2024-12-11 11:24:32 -05:00
Danny Avila
9c0a702bbe 🧹 chore: minor fixes and documentation updates (#175)
* fix: sparkles overflow, remove for now

* docs: mark plugins feature as deprecated in favor of Agents

* feat: add Code Interpreter API section to documentation and footer menu
2024-12-07 13:10:45 -05:00
Danny Avila
113249efca 🪄 refactor: UI Refresh & Agents/Code Interpreter Docs (#174)
*  feat: update home page layout and add usage statistics components

* 🔃 chore: clean up eslint-module-utils dependency entries in pnpm-lock.yaml

*  feat: a lot of things

*  feat: UI adjustements

*  feat: improve author card links, update background colors, and enhance layout responsiveness

* chore: update bun

*  feat: update GitHub stars and Docker pulls statistics

*  feat: update demo link to new preview URL

*  feat: update features section with new Code Interpreter and adjust layout

*  feat: add emoji to Quick Start title for enhanced visibility

* refactor: move user guides to features section

*  feat: add emojis to installation and user guides for improved clarity

*  feat: update Hero component title and description for clarity and enhance demo link

* feat: agents page

*  feat: update agents documentation to clarify built-in tools and mention future integrations

*  feat: add Code Interpreter API documentation and update agents metadata

*  feat: add Code Interpreter page metadata and integrate sparkles effect in Hero component

* chore: comment out NewsletterForm component in Home page

* style: code interpreter gif for features box

* fix: update Agents link to point to the correct features documentation

* fix: pnpm lockfile

* docs: API key notes for code interpreter api

* refactor: improve MobileSwitch component with TypeScript types and null check

* chore: types, packages

* chore: update ESLint configuration and add linting step to CI workflow
fix: update rotate prop type in Card component to accept number or string

* docs: add section on intellectual property protection for Code Interpreter

* docs: refine agents customization features in documentation

* style: hero page

---------

Co-authored-by: Marco Beretta <81851188+berry-13@users.noreply.github.com>
2024-12-07 12:42:17 -05:00
Josh Campbell
a058b0d3bd docs: Content-Security-Policy and loading HTML apps with Artifacts (#158)
I put LibreChat on a VPS and was trying out the Artifacts feature but noticed the apps wouldn't load. The right panel would show:

```
"This content is blocked. Contact the site owner to fix the issue."
``` 

and then

```
Couldn't connect to server

This means sandpack cannot connect to the runtime or your network is having some issues. Please check the network tab in your browser and try again. If the problem persists, report it via email or submit an issue on GitHub.

ENV: create-react-app
ERROR: TIME_OUT
```

I updated my web server's Content-Security-Policy to include `frame-src 'self' https://*.codesandbox.io` and that fixed the issue. I figured I would document that here for others.
2024-12-03 17:21:02 -05:00
Dennis Benz
ba4151d53e feat: Set balance (#160) 2024-12-03 17:12:25 -05:00
Marco Beretta
7a27b95dc0 feat: url demo update (#173)
* Update FooterMenu.tsx

* Update next.config.mjs

* Update demo.mdx

* Update _meta.ts
2024-11-30 22:00:05 +01:00
Danny Avila
d968123355 feat: add support for version specification in Azure Group-level Config (#170)
* feat: add support for version specification in Azure Group-level Configuration, update docs

* Update azure.mdx typo

* Update azure.mdx
2024-11-25 14:33:50 -05:00
Danny Avila
eec560869e 🪙 feat: automatically add start balance (#168)
* Adding information about the starting balance

* Adding information about the starting balance

* chore: type fixes

* fix: MDX build errors

* chore: explicit typing

* chore: improve typing for author metadata socials

* chore: strict assertion

---------

Co-authored-by: MSITE.TOP <admin@msite.top>
2024-11-16 10:20:25 -05:00
Sajid Ali
816db32535 Update portkey.mdx (#167) 2024-11-15 11:24:01 -05:00
Aaron Korte
75f543884f Deduplicate plugins block (#163) 2024-11-08 10:35:22 -05:00
Danny Avila
c929dcb57b feat: known endpoint, xAI (#161) 2024-11-04 16:29:14 -05:00
Fuegovic
5976a44209 Update huggingface.mdx (#153) 2024-10-29 01:41:55 -04:00
pauliustumas
71686e6fa4 Adding NeurochainAI documentation (#138)
* Addidng NeurochainAI documentation neurochain.mdx

* Update neurochain.mdx

- add icon
- remove "known endpoint"
- close code block

---------

Co-authored-by: Fuegovic
2024-10-29 01:15:36 -04:00
Marco Beretta
d4f71202dc 0.7.5 thumbnail update (#151)
* feat: 0.7.5 thumbnail

* Update v0.7.5.mdx
2024-10-28 20:51:01 +01:00
Danny Avila
8c1646059d 🔃 feat: add configurable index.html cache headers (#150)
* feat: add configurable index.html cache headers

* chore: mdx headers-  static file handling and index HTML cache control
2024-10-28 11:01:42 -04:00
Marco Beretta
3d51178266 Update dotenv.mdx 2024-10-27 23:14:50 +01:00
Danny Avila
8947755130 v0.7.5 (#148) 2024-10-25 06:59:23 -04:00
siddharth Sambharia
c58c9a5b3e Add Portkey Custom Endpoints (#134)
* Create portkey.mdx

* Update portkey.mdx
2024-10-22 11:03:53 -04:00
Tim Manik
19db226eb3 Update rag_api.mdx (#146)
details about RAG_USE_FULL_CONTEXT variable
2024-10-22 10:57:59 -04:00
HomeDev68
84c61baf8a Update local_setup.mdx (#140)
Added the -d flag to docker compose to run it in the background
2024-10-20 12:17:06 -04:00
Mayur
15a9c3d83c Update railway.mdx (#136)
Add a bit more info for non-tech users to find the "redeploy" option. Took me a while the first time.
2024-10-13 11:30:44 +02:00
Michael Menanno
15e8a476b7 fix type in dotenv.mdx (#129) 2024-09-21 12:51:22 -04:00
Alex Jarvis-Blanks
a00800fc97 authelia.mdx (#126) 2024-09-21 12:49:33 -04:00
Maxim Bonnaerens
dd2f18e019 feat: Allow other LDAP field besides "mail" to map to email address (#128)
See https://github.com/danny-avila/LibreChat/pull/4127
2024-09-21 10:43:50 -04:00
Danny Avila
d6dbaf7777 chore: remove all mention of bedrock from litellm blog post (#127)
* chore: remove all mention of bedrock from litellm blog post

* chore: remove more mentions
2024-09-17 11:04:44 -04:00
dezerving
612a0a7ad6 docs: add Authentik documentation (#124)
* Add Authentik documentation

* Adjust description for Authentik.

* Formatting adjustments
2024-09-16 13:20:22 -04:00
Danny Avila
e94a579448 🪨 feat: AWS default credentials chain (#123) 2024-09-13 08:55:24 -04:00
Danny Avila
bfb5a2a727 v0.7.5-rc2 (#122)
* docs: AWS Bedrock, update features page

* feat: Add v0.7.5-rc2 release candidate changelog

* feat: config v1.1.7; Add new settings to interface and endpoints

- Added `multiConvo` setting to interface, allowing users to enable or disable multiple response streaming features.
- Added `bedrock` setting to endpoints, allowing configuration options for the AWS Bedrock endpoint.

Refactor the documentation to reflect these changes.

Closes #119
2024-09-10 19:18:21 -04:00
Hermes Trismegistus
f1148918c3 Update ShuttleAI (#119) 2024-09-06 17:57:11 -04:00
Danny Avila
d9a915d27d chore: update user mgmt. scripts hyperlinks 2024-09-06 09:05:55 -04:00
Danny Avila
7ed913a13e Update index.mdx 2024-09-06 08:59:17 -04:00
Danny Avila
7fb3643cf0 Revert "chore: Update dependencies (#116)"
This reverts commit cd0d5bfc87.
2024-09-02 14:15:31 -04:00
kght6123
a31e840300 #111 Added proxy settings for BASIC authentication. (#117)
* #111 Added proxy settings for BASIC authentication.

* #111 Fix White Space.
2024-09-01 13:19:19 -04:00
Fuegovic
cd0d5bfc87 chore: Update dependencies (#116) 2024-08-31 16:08:40 -04:00
Max Sanna
5ab4974002 ⚖️ feat: Terms and Conditions Dialog (#105) 2024-08-31 16:08:23 -04:00
Fuegovic
1295542f4d fix: hero title bg on mobile (#115)
* fix: hero title bg on mobile
2024-08-30 16:01:15 -04:00
Marco Beretta
24d89310eb fix: Hero buttons not resizing correctly in mobile view (#114) 2024-08-30 14:20:27 -04:00
Hermes Trismegistus
1d17129fac Update ShuttleAI default models (#108) 2024-08-29 18:23:54 -04:00
Ahmed Mohamedeen
63109409b1 Hide Privacy and TOS pages from search (#102) 2024-08-29 17:02:02 -04:00
Fuegovic
c6ab0a125b 🔥 Update firebase.mdx 2024-08-29 15:54:18 -04:00
Danny Avila
42a07ec06f 🪄 feat: Artifacts (#113)
* refactor: Update Hero component headline and subtitle

* refactor: update Hero with Features link, more concise wording

* docs: artifacts
2024-08-29 12:02:02 -04:00
Danny Avila
16f10e41ff feat: v0.7.5-rc1 LibreChat / v1.1.6 config; refactor: Hero (#112)
* refactor: headers

* refactor: update headline and subtitle in Hero component

* feat: Add v0.7.5-rc1 release candidate changelog

* docs: Add prompts and bookmarks settings to interface configuration

* docs: Update static file configuration and documentation
2024-08-28 15:20:34 -04:00
Danny Avila
0748f5ec99 v0.7.4 (#101) 2024-08-10 15:00:52 -04:00
Neelesh Kumar
0a98f6213b Add python script to fetch togetherai models (#97) 2024-08-08 12:22:56 -04:00