first commit

This commit is contained in:
2026-09-11 13:37:34 -04:00
commit 0f00e11823
27 changed files with 802 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"cacheDirectory": "/home/raven/.cache/jarvis/models",
"serve": {
"host": "127.0.0.1",
"port": 11434,
"models": {
"jarvis-chat": {
"model": "QWEN3_600M_INST_Q4",
"default": true,
"preload": false,
"config": { "ctx_size": 8192 }
}
}
}
}