🔍 chore: Clean Up Documentation Part 2 (#2218)

This commit is contained in:
Danny Avila 2024-03-26 13:48:20 -04:00 committed by GitHub
parent 7f83a060a0
commit ea54cf03e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -16,7 +16,7 @@ weight: -2
The LibreChat-DiscordBot is a versatile and user-friendly Discord bot designed to streamline interactions with your LibreChat server. With this bot, you can effortlessly manage the LibreChat server directly from your Discord server, eliminating the need for direct server access. It offers an array of functionalities to enhance your LibreChat experience.
<div>
<img src="https://github.com/fuegovic/LibreChat/assets/32828263/d3841040-64d0-402f-95a5-8eb07bfbbfe5" width=400 />
<img src="https://github.com/fuegovic/LibreChat/assets/32828263/d3841040-64d0-402f-95a5-8eb07bfbbfe5" width="400" />
</div>
---
@ -26,8 +26,8 @@ The LibreChat-DiscordBot is a versatile and user-friendly Discord bot designed t
This app is a webview for LibreChat instance Android independent app, this project is forked from ChatGPT-android-app. Default webpage of this app has been set to LibreChat's GitHub Page. This app is optimized for LibreChat's function which is not an original project. For example, Social Login Oauth login support is added to this build.
<div>
<img src="https://github.com/fuegovic/LibreChat/assets/32828263/2da13b4c-8d77-42fc-9d36-75e9913d0545" width=300 />
<img src="https://github.com/fuegovic/LibreChat/assets/32828263/6ec84228-f030-4aa9-9f9d-d81245dd9c03" width=300 />
<img src="https://github.com/fuegovic/LibreChat/assets/32828263/2da13b4c-8d77-42fc-9d36-75e9913d0545" width="300" />
<img src="https://github.com/fuegovic/LibreChat/assets/32828263/6ec84228-f030-4aa9-9f9d-d81245dd9c03" width="300" />
</div>
---
@ -45,7 +45,7 @@ This script automates the local Windows 64 bits installation and offers a utilit
A Terraform setup to deploy LibreChat to Azure and setup all the necessary services.
<div>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Microsoft_Azure.svg/1280px-Microsoft_Azure.svg.png" width=150 />
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Microsoft_Azure.svg/1280px-Microsoft_Azure.svg.png" width="150" />
</div>
---

View file

@ -6,7 +6,7 @@ weight: -10
<p align="center">
<a href="https://librechat.ai">
<img src="assets/LibreChat.svg" style="margin-left: 40px; height: 256px; width: 256px;>
<img src="assets/LibreChat.svg" style="margin-left: 40px; height: 256px; width: 256px;">
</a>
<a href="https://librechat.ai">
<h1 align="center" style="padding: 0;">LibreChat</h1>

View file

@ -268,7 +268,7 @@ I recommend using Microsoft Edge for this:
- Copy the whole cookie value. (Yes it's very long 😉)
- Use this **"full cookie string"** for your "BingAI Token"
- <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>
### copilot-gpt4-service

View file

@ -177,10 +177,10 @@ Run command to create the admin user:
db.createUser({ user: "adminUser", pwd: "securePassword", roles: ["userAdminAnyDatabase", "readWriteAnyDatabase"] })
```
You should see an "ok" output:
> { ok: 1 }
You should see an "ok" output.
You can also confirm the admin was created by running `show users`:
```bash
# example input/output
admin> show users