mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
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:
@ -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",
|
||||
|
Reference in New Issue
Block a user