From 53153e0a3f27bb5e14a91a9be914ae4df8e3a0cf Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Fri, 7 Apr 2023 21:24:42 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++++++ commands/system/new-chat.js | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 829a656..87f97a5 100644 --- a/README.md +++ b/README.md @@ -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. +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 ``` 2) Create a .env file ``` touch .env``` diff --git a/commands/system/new-chat.js b/commands/system/new-chat.js index c64b251..cd5c0aa 100644 --- a/commands/system/new-chat.js +++ b/commands/system/new-chat.js @@ -22,7 +22,7 @@ let modelList = ["7B", "7B-native", "gpt4all"] module.exports = { name: "create-session", - description: "create a new session chat", + description: "create a new chat session", private: true, options: [{ "name": "model",