From 846451c11a79b6593ab160e7a3552acb52a22e1b Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Mon, 3 Apr 2023 00:40:20 +0200 Subject: [PATCH] Update description in create session to read from the models array --- commands/system/new-chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/system/new-chat.js b/commands/system/new-chat.js index 65e19a2..058090b 100644 --- a/commands/system/new-chat.js +++ b/commands/system/new-chat.js @@ -22,7 +22,7 @@ module.exports = { private: true, options: [{ "name": "model", - "description": "The model you want to run, choose either: gpt4all, 7B, 7B-Native - Char case matters", + "description": `The model you want to run, choose from the following: ${modelList.join(", ")} | Char case matters`, "required": false, "type": 3 // 6 is type USER },