Files
spacedrive/core/crush.json
Jamie Pine dcc4dc4fc1 pairing
2025-10-18 10:33:20 -07:00

18 lines
378 B
JSON

{
"$schema": "https://charm.land/crush.json",
"providers": {
"lmstudio": {
"name": "LM Studio",
"base_url": "http://localhost:1234/v1/",
"type": "openai",
"models": [
{
"name": "Qwen3 30B MOE",
"id": "local-model",
"context_window": 131072,
"default_max_tokens": 20000
}
]
}
}
}