This commit is contained in:
Andy Bunce 2026-04-03 14:38:08 +01:00
commit 2b744a94a3
3 changed files with 15 additions and 1 deletions

View file

@ -3,6 +3,11 @@
"plugin": [],
"model": "halo/qwen3-coder-next:latest",
"small_model": "gemma3:4b",
"compaction": {
"auto": false,
"prune": true,
"reserved": 16000
},
"provider": {
"halo": {
"npm": "@ai-sdk/openai-compatible",
@ -48,7 +53,7 @@
"output": 8192 // Output token limit
},
"options": {
"num_ctx": 16000, // Context window size for Ollama
"num_ctx": 64000, // Context window size for Ollama
"temperature": 1.0,
"top_p": 0.95,
"top_k": 40,
@ -130,6 +135,13 @@
"/root/mcp/digitxml-mcp",
"/root/mcp/digitxml-mcp/mcp_server.py"
]
},
"xquery-mcp": {
"type": "local",
"enabled": true,
"command": [
"xquery-mcp",
]
}
}
}