Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "$schema": "https://charm.land/crush.json",
- "providers": {
- "local-llm": {
- "id": "local-llm",
- "name": "Local LLM (llama-swap)",
- "type": "openai-compat",
- "base_url": "https://<your-llama-server>/v1",
- "api_key": "unused",
- "models": [
- {
- "id": "qwen3.6-35b-a3b",
- "name": "Qwen3.6-35B-A3B",
- "context_window": 131072,
- "default_max_tokens": 32768,
- "can_reason": true
- },
- {
- "id": "qwen3.6-27b",
- "name": "Qwen3.6-27B",
- "context_window": 131072,
- "default_max_tokens": 32768,
- "can_reason": true
- },
- {
- "id": "gemma-4-26b-a4b",
- "name": "Gemma 4 26B-A4B",
- "context_window": 131072,
- "default_max_tokens": 32768,
- "can_reason": true
- }
- ]
- }
- },
- "models": {
- "large": {
- "provider": "local-llm",
- "model": "qwen3.6-27b",
- "temperature": 0.6,
- "think": true
- },
- "small": {
- "provider": "local-llm",
- "model": "qwen3.6-27b",
- "temperature": 0.7,
- "think": false
- }
- },
- ...continues...
- }
Advertisement
Add Comment
Please, Sign In to add comment