update docs

This commit is contained in:
Concedo 2024-05-06 21:17:11 +08:00
parent 62ea3eee4a
commit 0d1cd0171a

View file

@ -203,6 +203,11 @@
"description": "KoboldCpp ONLY. If true, prints special tokens as text for GGUF models",
"type": "boolean"
},
"bypass_eos": {
"default": false,
"description": "KoboldCpp ONLY. If true, allows EOS token to be generated, but does not stop generation. Not recommended unless you know what you are doing.",
"type": "boolean"
},
"banned_tokens": {
"description": "An array of string sequences to remove from model vocab. All matching tokens with matching substrings are removed.",
"items": {
@ -1219,7 +1224,7 @@
}
]
};
</script>
</script>
<script>
//self destruct into json if requested