Increase prompt oder dummy user id by 1
This commit is contained in:
parent
5a02250a1f
commit
65e595ad48
|
@ -339,7 +339,7 @@ function setupChatCompletionPromptManager(openAiSettings) {
|
||||||
},
|
},
|
||||||
promptOrder: {
|
promptOrder: {
|
||||||
strategy: 'global',
|
strategy: 'global',
|
||||||
dummyId: 100000
|
dummyId: 100001
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue