diff --git a/public/scripts/extensions/expressions/index.js b/public/scripts/extensions/expressions/index.js index fcd85f5c9..1bf07179c 100644 --- a/public/scripts/extensions/expressions/index.js +++ b/public/scripts/extensions/expressions/index.js @@ -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",