update augorWorker to use openRouter configuration and set llmModel in config
This commit is contained in:
parent
ca087eba5c
commit
f580e7f117
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ function getIntelligenceDb() {
|
|||
|
||||
if (!fs.existsSync(rawPath)) return null;
|
||||
|
||||
idb = new Database(rawPath, { readonly: true });
|
||||
idb = new Database(rawPath);
|
||||
return idb;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue