feat: ai generator - add claude support

This commit is contained in:
Aesli 2024-11-10 19:02:05 -06:00
parent dc4bdb2eaa
commit 208607eb0c
4 changed files with 26 additions and 8 deletions

View file

@ -160,7 +160,7 @@ function editNotes(id, name) {
}
};
geneateWithAi(prompt, onApply);
generateWithAi(prompt, onApply);
}
function downloadLegends() {