Skip to content

Instantly share code, notes, and snippets.

View Sohan688's full-sized avatar

Sohanlal Padhi Sohan688

  • Gurugram
View GitHub Profile
@Sohan688
Sohan688 / claude_with_ollama.md
Created February 26, 2026 00:55 — forked from iam-veeramalla/claude_with_ollama.md
claude code integration with ollama to use local models

Run Claude with the power of Local LLMs using Ollama

Install Ollama

curl -fsSL https://ollama.com/install.sh | sh

Pull the Model

ollama pull glm-4.7-flash # or gpt-oss:20b (for better performance)