Add harmony prompt template

This commit is contained in:
Jordan Wages 2026-01-07 13:39:02 -06:00
commit 6d169e1b8c
Notes: Jordan Wages 2026-01-07 13:51:08 -06:00
Related to #1
6 changed files with 26 additions and 2 deletions

View file

@ -104,6 +104,7 @@ document.addEventListener('DOMContentLoaded', async () => {
openai: browser.i18n.getMessage('template.openai'),
qwen: browser.i18n.getMessage('template.qwen'),
mistral: browser.i18n.getMessage('template.mistral'),
harmony: browser.i18n.getMessage('template.harmony'),
custom: browser.i18n.getMessage('template.custom')
};
const templateSelect = document.getElementById('template');