mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-20 14:10:39 +01:00
Substitute macro in Novel preamble
This commit is contained in:
parent
7ffe3d21f8
commit
31beb05aa1
@ -3416,7 +3416,7 @@ function parseTokenCounts(counts, thisPromptBits) {
|
||||
|
||||
function addChatsPreamble(mesSendString) {
|
||||
return main_api === 'novel'
|
||||
? nai_settings.preamble + '\n' + mesSendString
|
||||
? substituteParams(nai_settings.preamble) + '\n' + mesSendString
|
||||
: mesSendString;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user