Correct schema for crush
Nix Flake Check / check (push) Successful in 1m0s

This commit is contained in:
2026-08-16 19:20:51 +00:00
parent edd232e6be
commit 911f0d6f05
+36 -25
View File
@@ -1,41 +1,52 @@
{
"$schema": "https://charm.land/crush.json",
"experimental": { "openTelemetry": false },
"share": "disabled",
"autoupdate": false,
"disabled_providers": ["crush", "exa"],
"options": {
"disable_metrics": true
},
"providers": {
"crush": {
"disable": true
},
"exa": {
"disable": true
},
"local-ollama": {
"type": "openai-compat",
"base_url": "http://ollama.home.arpa:11434/v1",
"api_key": "ollama",
"model_overrides": {
"gemma4-1gpu": {
"models": [
{
"id": "gemma4-1gpu",
"name": "gemma4-1gpu",
"context_window": 48000,
"tools": true
"cost_per_1m_in": 0,
"cost_per_1m_out": 0,
"cost_per_1m_in_cached": 0,
"cost_per_1m_out_cached": 0,
"default_max_tokens": 8192,
"can_reason": true,
"supports_attachments": true
},
"qwen3.6-1gpu": {
{
"id": "qwen3.6-1gpu",
"name": "qwen3.6-1gpu",
"context_window": 128000,
"tools": true
"cost_per_1m_in": 0,
"cost_per_1m_out": 0,
"cost_per_1m_in_cached": 0,
"cost_per_1m_out_cached": 0,
"default_max_tokens": 8192,
"can_reason": true,
"supports_attachments": true
}
}
]
}
},
"model": "local-ollama/qwen3.6-200k",
"compaction": {
"auto": true,
"prune": true,
"threshold": 0.75,
"preserve_recent_tokens": 8192,
"reserved": 16384
},
"tool_output": {
"max_bytes": 16384,
"max_lines": 200
},
"agent": {
"build": {
"steps": 1000
"models": {
"default": {
"provider": "local-ollama",
"model": "qwen3.6-1gpu",
"think": true
}
},
"mcp": {