docs: fix typo and shorten the step title
This commit is contained in:
parent
0e52499fbd
commit
a535ce8858
@ -45,13 +45,14 @@ pip install -r requirements.txt
|
|||||||
| LOCAL_SERVER_URL | URL of your local API server for LLMs starting with `local/`. (Default: `http://localhost:5000/v1`) |
|
| LOCAL_SERVER_URL | URL of your local API server for LLMs starting with `local/`. (Default: `http://localhost:5000/v1`) |
|
||||||
| LOCAL_API_KEY | API key for your local API server with LLMs starting with `local/`. Usually safe to leave blank. |
|
| LOCAL_API_KEY | API key for your local API server with LLMs starting with `local/`. Usually safe to leave blank. |
|
||||||
|
|
||||||
### Step 4: Invite the bot to your Discord server using this URL (replace `CLIENT_ID` with your Discord application's client ID from the OAuth2 tab)
|
### Step 4: Invite the bot to your Discord server
|
||||||
|
|
||||||
|
By using this URL below (replace `CLIENT_ID` with your Discord application's client ID from the OAuth2 tab)
|
||||||
```
|
```
|
||||||
https://discord.com/api/oauth2/authorize?client_id=(CLIENT_ID)&permissions=412317273088&scope=bot
|
https://discord.com/api/oauth2/authorize?client_id=(CLIENT_ID)&permissions=412317273088&scope=bot
|
||||||
```
|
```
|
||||||
|
|
||||||
### STep 5: Run the bot
|
### Step 5: Run the bot
|
||||||
|
|
||||||
Run the bot by using the following command in your command prompt:
|
Run the bot by using the following command in your command prompt:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user