Fixing default URI

This commit is contained in:
Jordan Wages 2025-07-08 02:29:29 -05:00
commit 0490b67e0a

View file

@ -82,7 +82,7 @@ document.addEventListener('DOMContentLoaded', async () => {
typical_p: 1,
tfs: 1
};
document.getElementById('endpoint').value = defaults.endpoint || 'http://127.0.0.1:5000/v1/classify';
document.getElementById('endpoint').value = defaults.endpoint || 'http://127.0.0.1:5000/v1/completions';
const templates = {
openai: browser.i18n.getMessage('template.openai'),