Add .git to jsconfig ignore

This commit is contained in:
Cohee
2024-10-06 19:12:28 +03:00
parent f66261a52c
commit c8ef4b02bc
7 changed files with 23 additions and 24 deletions

View File

@ -51,7 +51,7 @@ const eratoRepPenWhitelist = [
6, 1, 11, 13, 25, 198, 12, 9, 8, 279, 264, 459, 323, 477, 539, 912, 374, 574, 1051, 1550, 1587, 4536, 5828, 15058,
3287, 3250, 1461, 1077, 813, 11074, 872, 1202, 1436, 7846, 1288, 13434, 1053, 8434, 617, 9167, 1047, 19117, 706,
12775, 649, 4250, 527, 7784, 690, 2834, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 1210, 1359, 608, 220, 596, 956,
3077, 44886, 4265, 3358, 2351, 2846, 311, 389, 315, 304, 520, 505, 430
3077, 44886, 4265, 3358, 2351, 2846, 311, 389, 315, 304, 520, 505, 430,
];
// Ban the dinkus and asterism

View File

@ -563,7 +563,7 @@ function convertMistralMessages(messages, charName = '', userName = '') {
}
});
}
}
};
fixToolMessages();
// If system role message immediately follows an assistant message, change its role to user