Skip to content

Instantly share code, notes, and snippets.

@devtronic
Created June 29, 2026 07:58
Show Gist options
  • Select an option

  • Save devtronic/8796d8c5f395afa099a9613d4192c673 to your computer and use it in GitHub Desktop.

Select an option

Save devtronic/8796d8c5f395afa099a9613d4192c673 to your computer and use it in GitHub Desktop.
Claude vllm
{
"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