plzhans @plzhans

A blog documenting the troubleshooting behind things I've built.

GitHub LinkedIn code mail rss

Categories
Tags

Ollama

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.
AI Sep 3, 2026
How to Install Ollama and Set Up a Local LLM Server
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 …
AI Jul 3, 2026
How to Use Claude Code with Ollama Local LLMs
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.
AI Jul 3, 2026