update augorWorker to use openRouter configuration and set llmModel in config
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ function getIntelligenceDb() {
|
||||
|
||||
if (!fs.existsSync(rawPath)) return null;
|
||||
|
||||
idb = new Database(rawPath, { readonly: true });
|
||||
idb = new Database(rawPath);
|
||||
return idb;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user