🔍 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

@ -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