mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
🔍 chore: Clean Up Documentation Part 2 (#2218)
This commit is contained in:
parent
7f83a060a0
commit
ea54cf03e9
4 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue