Fixing descript length

This commit is contained in:
Raven Scott 2023-04-03 02:37:07 +02:00
parent 4fc62691c3
commit b0c43b749d
1 changed files with 1 additions and 1 deletions

View File

@ -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
}