Local AI/LLM Infrastructure Guide
A guide to setting up a local LLM server with Ollama, then connecting Claude Code you already use to run on top of it.
How to Install Ollama and Set Up a Local LLM Server
This explains how to run a local LLM on a Linux server using Ollama. It covers installation, external access configuration, model selection, and HTTP API call examples to outline the process of …
How to Use Claude Code with Ollama Local LLMs
Explains how to connect Claude Code to an Ollama local LLM. Covers the Claude-compatible API, environment variables, model selection, and when you need a LiteLLM proxy.