Expose AI params in options
This commit is contained in:
parent
8a4702f6c1
commit
e37e603a00
4 changed files with 111 additions and 18 deletions
|
@ -14,7 +14,7 @@
|
|||
console.log("[ai-filter] background.js loaded – ready to classify");
|
||||
(async () => {
|
||||
try {
|
||||
const store = await browser.storage.local.get(["endpoint", "templateName", "customTemplate", "customSystemPrompt"]);
|
||||
const store = await browser.storage.local.get(["endpoint", "templateName", "customTemplate", "customSystemPrompt", "aiParams"]);
|
||||
await browser.aiFilter.initConfig(store);
|
||||
console.log("[ai-filter] configuration loaded", store);
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue