This commit is contained in:
2026-09-11 14:55:34 -04:00
parent 660294d0aa
commit 25b2c4be2e
33 changed files with 1293 additions and 34 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"cacheDirectory": "__JARVIS_CACHE__",
"serve": {
"host": "127.0.0.1",
"port": 11434,
"models": {
"jarvis-master": {
"model": "QWEN3_5_4B_MULTIMODAL_Q4_K_M",
"default": true,
"preload": false,
"config": { "ctx_size": 8192 }
}
}
}
}