diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index a99bb3223cd4fd75035385a5fe892049d7b5d9a5..f412c6a948a8e9d3378a824c41d7df41326fa4e3 100644 --- a/dot_config/crush/crush.json +++ b/dot_config/crush/crush.json @@ -10,7 +10,9 @@ "memory_paths": ["~/.config/crush/rules", "~/.config/AGENTS.md"] }, "providers": { - "Anthropic [MAX]": { + "anthropic-max": { + "id": "anthropic-max", + "name": "Anthropic [MAX]", "api_key": "Bearer $(bash ~/.config/crush/anthropic.sh)", "extra_headers": { "User-Agent": "claude-cli/2.0.31 (external, cli)", @@ -59,7 +61,9 @@ } ] }, - "Synthetic": { + "synthetic": { + "id": "synthetic", + "name": "Synthetic", "type": "openai-compat", "api_key": "$SYNTHETIC_API_KEY", "base_url": "https://api.synthetic.new/openai/v1",