We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c74bfd commit 07421d7Copy full SHA for 07421d7
extensions/llamacpp-extension/src/index.ts
@@ -170,6 +170,8 @@ export default class llamacpp_extension extends AIEngine {
170
}
171
this.config = loadedConfig as LlamacppConfig
172
173
+ this.autoUnload = this.config.auto_unload
174
+
175
// This sets the base directory where model files for this provider are stored.
176
this.providerPath = await joinPath([
177
await getJanDataFolderPath(),
0 commit comments