Expressions: Ignore stopping strings

Don't use stopping strings when triggering a classify generation.

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri
2024-04-12 09:57:09 -04:00
parent bea63a2efe
commit 8c4dd6ce1e

View File

@ -982,6 +982,9 @@ function onTextGenSettingsReady(args) {
const emotions = DEFAULT_EXPRESSIONS.filter((e) => e != 'talkinghead')
Object.assign(args, {
top_k: 1,
stop: [],
stopping_strings: [],
custom_token_bans: [],
json_schema: {
$schema: "http://json-schema.org/draft-04/schema#",
type: "object",