Created
June 29, 2026 07:58
-
-
Save devtronic/8796d8c5f395afa099a9613d4192c673 to your computer and use it in GitHub Desktop.
Claude vllm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "env": { | |
| "BASH_DEFAULT_TIMEOUT_MS": "1800000", | |
| "BASH_MAX_TIMEOUT_MS": "7200000", | |
| "CLAUDE_CODE_ENABLE_TELEMETRY": "0", | |
| "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1", | |
| "CLAUDE_CODE_ATTRIBUTION_HEADER": "0", | |
| "ANTHROPIC_AUTH_TOKEN": "ollama", | |
| "ANTHROPIC_API_KEY": "", | |
| "CLAUDE_CODE_MAX_CONTEXT_TOKENS": "262144", | |
| "CLAUDE_CODE_AUTO_COMPACT_WINDOW": "200000", | |
| "CLAUDE_CODE_MAX_OUTPUT_TOKENS": "16384", | |
| "ANTHROPIC_MODEL": "qwen3.6-35b-a3b", | |
| "ANTHROPIC_DEFAULT_HAIKU_MODEL_NAME": "qwen3.6-35b-a3b", | |
| "ANTHROPIC_DEFAULT_SONNET_MODEL_NAME": "qwen3.6-35b-a3b", | |
| "ANTHROPIC_DEFAULT_OPUS_MODEL_NAME": "qwen3.6-35b-a3b", | |
| "ANTHROPIC_DEFAULT_FABLE_MODEL": "qwen3.6-35b-a3b", | |
| "ANTHROPIC_BASE_URL": "http://localhost:8000" | |
| }, | |
| "model": "qwen3.6-35b-a3b", | |
| "availableModels": [ | |
| "qwen3.6-35b-a3b" | |
| ], | |
| "enabledPlugins": { | |
| "clangd-lsp@claude-plugins-official": true, | |
| "csharp-lsp@claude-plugins-official": true, | |
| "rust-analyzer-lsp@claude-plugins-official": true | |
| }, | |
| "extraKnownMarketplaces": { | |
| "claude-plugins-official": { | |
| "source": { | |
| "source": "git", | |
| "url": "https://github.com/anthropics/claude-plugins-official.git" | |
| } | |
| } | |
| }, | |
| "theme": "auto", | |
| "editorMode": "normal", | |
| "preferredNotifChannel": "auto", | |
| "terminalProgressBarEnabled": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment