Add harmony prompt template
This commit is contained in:
parent
42d013fccd
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
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue