first commit
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user