Fixing default URI
This commit is contained in:
parent
e1beb5fa35
commit
0490b67e0a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ document.addEventListener('DOMContentLoaded', async () => {
|
||||||
typical_p: 1,
|
typical_p: 1,
|
||||||
tfs: 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 = {
|
const templates = {
|
||||||
openai: browser.i18n.getMessage('template.openai'),
|
openai: browser.i18n.getMessage('template.openai'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue