Tag: local-llm
3 items with this tag.
LiteLLM — Configuring Local LLM and MiniMax
LiteLLM — Configuring Local LLM and MiniMax How to add both a local Ollama model and the MiniMax cloud API to a single LiteLLM config.yaml.
Effort — LiteLLM Local LLM Setup
LiteLLM Local LLM Setup Status: 🟡 In progress — connected but cold-start timeouts persist Started: 2026-05-11 Goal: Run Claude Code against local qwen3_8b / DeepSeek via LiteLLM proxy Progress log 2026-05-11 Got /v1/chat/completions working ✅ Got /v1/messages (Anthropic pass-through) working ✅ Clau...
LiteLLM — Connecting Claude Code to Local LLMs
LiteLLM — Connecting Claude Code to Local LLMs Use LiteLLM as a translation proxy: Claude Code speaks Anthropic format, local models speak OpenAI format.