mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't duplicate example messages on OAI with pin examples
This commit is contained in:
@ -1217,7 +1217,7 @@ async function Generate(type, automatic_trigger, force_name2) {//encode("dsfs").
|
||||
}
|
||||
}
|
||||
|
||||
if (pin_examples) {
|
||||
if (pin_examples && main_api !== 'openai') {
|
||||
for (let example of mesExamplesArray) {
|
||||
if (!is_pygmalion) {
|
||||
if (!storyString.endsWith('\n')) {
|
||||
|
Reference in New Issue
Block a user