update readme
This commit is contained in:
parent
bbb5bc52f3
commit
53153e0a3f
@ -16,6 +16,14 @@ The bot will run a POST request for a static reply from serge, message response
|
|||||||
|
|
||||||
Message intents are NOT supported in this bot, this is due to the verification that Discord is enabling.
|
Message intents are NOT supported in this bot, this is due to the verification that Discord is enabling.
|
||||||
|
|
||||||
|
Commands:
|
||||||
|
|
||||||
|
`/create-session` - create a new chat session Optional Options: (Model, init-prompt, temperature and the repeat-penalty)
|
||||||
|
|
||||||
|
`/view-session-id` - View your current session id
|
||||||
|
`/view-session-history` - View your current session id
|
||||||
|
`/chat` - Chat with the bot
|
||||||
|
|
||||||
1) Use ```npm i ```
|
1) Use ```npm i ```
|
||||||
|
|
||||||
2) Create a .env file ``` touch .env```
|
2) Create a .env file ``` touch .env```
|
||||||
|
@ -22,7 +22,7 @@ let modelList = ["7B", "7B-native", "gpt4all"]
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: "create-session",
|
name: "create-session",
|
||||||
description: "create a new session chat",
|
description: "create a new chat session",
|
||||||
private: true,
|
private: true,
|
||||||
options: [{
|
options: [{
|
||||||
"name": "model",
|
"name": "model",
|
||||||
|
Loading…
Reference in New Issue
Block a user