🔍 chore: Clean Up Documentation Part 3 (#2219)

This commit is contained in:
Danny Avila 2024-03-26 13:57:25 -04:00 committed by GitHub
parent ea54cf03e9
commit 5df0ec06ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -17,19 +17,19 @@ weight: -10
<p align="center"> <p align="center">
<a href="https://discord.librechat.ai"> <a href="https://discord.librechat.ai">
<img <img
src="https://img.shields.io/discord/1086345563026489514?label=&logo=discord&style=for-the-badge&logoWidth=20&logoColor=white&labelColor=000000&color=blueviolet"> src="https://img.shields.io/discord/1086345563026489514?label=&logo=discord&style=for-the-badge&logoWidth=20&logoColor=white&labelColor=000000&color=blueviolet"/>
</a> </a>
<a href="https://www.youtube.com/@LibreChat"> <a href="https://www.youtube.com/@LibreChat">
<img <img
src="https://img.shields.io/badge/YOUTUBE-red.svg?style=for-the-badge&logo=youtube&logoColor=white&labelColor=000000&logoWidth=20"> src="https://img.shields.io/badge/YOUTUBE-red.svg?style=for-the-badge&logo=youtube&logoColor=white&labelColor=000000&logoWidth=20"/>
</a> </a>
<a href="https://github.librechat.ai"> <a href="https://github.librechat.ai">
<img <img
src="https://img.shields.io/badge/GITHUB-blue.svg?style=for-the-badge&logo=github&logoColor=white&labelColor=000000&logoWidth=20"> src="https://img.shields.io/badge/GITHUB-blue.svg?style=for-the-badge&logo=github&logoColor=white&labelColor=000000&logoWidth=20"/>
</a> </a>
<a aria-label="Sponsors" href="https://github.com/sponsors/danny-avila"> <a aria-label="Sponsors" href="https://github.com/sponsors/danny-avila">
<img <img
src="https://img.shields.io/badge/SPONSORS-brightgreen.svg?style=for-the-badge&logo=github-sponsors&logoColor=white&labelColor=000000&logoWidth=20"> src="https://img.shields.io/badge/SPONSORS-brightgreen.svg?style=for-the-badge&logo=github-sponsors&logoColor=white&labelColor=000000&logoWidth=20"/>
</a> </a>
</p> </p>

View file

@ -267,7 +267,8 @@ I recommend using Microsoft Edge for this:
- Look for `lsp.asx` (if it's not there look into the other entries for one with a **very long** cookie) - Look for `lsp.asx` (if it's not there look into the other entries for one with a **very long** cookie)
- Copy the whole cookie value. (Yes it's very long 😉) - Copy the whole cookie value. (Yes it's very long 😉)
- Use this **"full cookie string"** for your "BingAI Token" - Use this **"full cookie string"** for your "BingAI Token"
- <p align="left">
<p align="left">
<img src="https://github.com/danny-avila/LibreChat/assets/32828263/d4dfd370-eddc-4694-ab16-076f913ff430" width="50%"/> <img src="https://github.com/danny-avila/LibreChat/assets/32828263/d4dfd370-eddc-4694-ab16-076f913ff430" width="50%"/>
</p> </p>

View file

@ -173,9 +173,8 @@ use admin
Replace the credentials as desired and keep in your secure records for the rest of the guide. Replace the credentials as desired and keep in your secure records for the rest of the guide.
Run command to create the admin user: Run command to create the admin user:
```bash
db.createUser({ user: "adminUser", pwd: "securePassword", roles: ["userAdminAnyDatabase", "readWriteAnyDatabase"] }) `db.createUser({ user: "adminUser", pwd: "securePassword", roles: ["userAdminAnyDatabase", "readWriteAnyDatabase"] })`
```
You should see an "ok" output. You should see an "ok" output.