User Tools

Site Tools


localllm:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
localllm:start [2026/07/18 03:32] jawlocalllm:start [2026/07/18 07:34] (current) jaw
Line 1: Line 1:
 ==== Local AI Coding Environment Setup (Ollama + OpenCode) ==== ==== Local AI Coding Environment Setup (Ollama + OpenCode) ====
 +
 +Install ollama and do some tests from the command line
 +
 +Get the current version (and proof of life)
 +<code>ollama -- version</code>
 +Get a model, this one is a 8b parameter coder model (but always check for better models, it is constantly changing):
 +<code>ollama pull qwen3-coder:8b</code>
 +Show all the models currently installed:
 +<code>ollama list</code>
 +
 +Now make sure that the API running on the local server is up:
 +
 +<code>
 +curl http://localhost:11434/api/tags
 +</code>
 +
 +
  
 ==== Overview ==== ==== Overview ====
localllm/start.txt · Last modified: by jaw

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki