From b0c43b749d2390b3721fe5abf8719f08e8bca863 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Mon, 3 Apr 2023 02:37:07 +0200 Subject: [PATCH] Fixing descript length --- 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 9460979..7e4f87e 100644 --- a/commands/system/new-chat.js +++ b/commands/system/new-chat.js @@ -45,7 +45,7 @@ module.exports = { }, { "name": "repeat-penalty", - "description": "The weight of the penalty to avoid repeating the last repeat_last_n tokens. A default 1.3 is used if not provided.", + "description": "The weight of the penalty to avoid repeating the last last_n tokens. 1.3 is used if not provided.", "required": false, "type": 3 }