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

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