mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Increase prompt oder dummy user id by 1
This commit is contained in:
@ -339,7 +339,7 @@ function setupChatCompletionPromptManager(openAiSettings) {
|
|||||||
},
|
},
|
||||||
promptOrder: {
|
promptOrder: {
|
||||||
strategy: 'global',
|
strategy: 'global',
|
||||||
dummyId: 100000
|
dummyId: 100001
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user