mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added Formatting options
Added Bootstrap toggle library for UI Added injection points for input/output modification
This commit is contained in:
@ -86,4 +86,25 @@ gensettingsik =[{
|
||||
"step": 2,
|
||||
"default": 200,
|
||||
"tooltip": "Number of characters the AI should generate."
|
||||
}]
|
||||
}]
|
||||
|
||||
formatcontrols = [{
|
||||
"label": "Trim incomplete sentences",
|
||||
"id": "frmttriminc",
|
||||
"tooltip": "Remove text after last sentence closure. If no closure is found, all tokens will be returned."
|
||||
},
|
||||
{
|
||||
"label": "Remove blank lines",
|
||||
"id": "frmtrmblln",
|
||||
"tooltip": "Replace double newlines (\\n\\n) with single newlines to avoid blank lines."
|
||||
},
|
||||
{
|
||||
"label": "Remove special characters",
|
||||
"id": "frmtrmspch",
|
||||
"tooltip": "Remove special characters (@,#,%,^, etc)"
|
||||
},
|
||||
{
|
||||
"label": "Add sentence spacing",
|
||||
"id": "frmtadsnsp",
|
||||
"tooltip": "If the last action ended with punctuation, add a space to the beginning of the next action."
|
||||
}]
|
Reference in New Issue
Block a user