diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index ca0dcea58286fca164f1006e7da7b90f5d3502da..904fb190fff1ce7674da2a434530cfa2238ff3f9 100644 --- a/dot_config/crush/crush.json +++ b/dot_config/crush/crush.json @@ -18,8 +18,8 @@ "axonhub": { "name": "AxonHub", "type": "openai-compat", - "base_url": "http://100.108.156.33:8090/v1", - "api_key": "$(op read 'op://Private/tgnktfktlvqikye426a7mhbvo4/crush')", + "base_url": "http://100.108.156.33:4000/v1", + "api_key": "$(op read 'op://Shared/Plexus/amolith/nrpy6hsfhcpyq3yyvjzfjerkg4')", "models": [ { "id": "claude-opus-4-5", @@ -41,26 +41,6 @@ "default_reasoning_effort": "high", "supports_attachments": true }, - { - "id": "gpt-5.2", - "name": "GPT 5.2", - "context_window": 400000, - "default_max_tokens": 50000, - "can_reason": true, - "reasoning_levels": ["low", "medium", "high"], - "default_reasoning_effort": "high", - "supports_attachments": true - }, - { - "id": "gpt-5.2-codex", - "name": "GPT 5.2 Codex", - "context_window": 400000, - "default_max_tokens": 50000, - "can_reason": true, - "reasoning_levels": ["low", "medium", "high"], - "default_reasoning_effort": "high", - "supports_attachments": true - }, { "id": "glm-4.7", "name": "GLM 4.7",