Add token streaming option

This commit is contained in:
somebody
2022-07-27 22:13:08 -05:00
parent 699c2353e7
commit a4d81292f8
3 changed files with 92 additions and 2 deletions

View File

@ -251,7 +251,18 @@ gensettingstf = [
"step": 1,
"default": 0,
"tooltip": "Show debug info"
}
},
{
"uitype": "toggle",
"unit": "bool",
"label": "Token Streaming",
"id": "setoutputstreaming",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "Shows outputs to you as they are made. Does not work with more than one gens per action."
},
]
gensettingsik =[{