The Problem of Local AI Chatbot aka LLM (2025-08)

By Xah Lee. Date: .

The Problem of Local AI Chatbot Aka LLM

Ollama Help

ollama 2025-08-19 20679
ollama 2025-08-19 20679
# show commands
ollama help
Large language model runner

Usage:
  ollama [flags]
  ollama [command]

Available Commands:
  serve       Start ollama
  create      Create a model from a Modelfile
  show        Show information for a model
  run         Run a model
  stop        Stop a running model
  pull        Pull a model from a registry
  push        Push a model to a registry
  list        List models
  ps          List running models
  cp          Copy a model
  rm          Remove a model
  help        Help about any command

Flags:
  -h, --help      help for ollama
  -v, --version   Show version information

Use "ollama [command] --help" for more information about a command.

Uninstall Ollama

Remove the installed models

# show ollama location
Get-Command ollama
# C:\Users\xah\AppData\Local\Programs\Ollama\

# list installed models
ollama list
# NAME              ID              SIZE      MODIFIED
# deepseek-r1:8b    28f8fd6cdc67    4.9 GB    3 months ago

# delete model
ollama rm deepseek-r1:8b

Remove ollama

to uninstall on windows, goto Microsoft Windows system settings, apps

Model Location

models are located at

~/.ollama/

ollama location

c:/Users/xah/AppData/Local/Programs/Ollama:
  drwxrwxrwx  1 xah None     4096 04-24 14:19 ..
  drwxrwxrwx  1 xah None     4096 04-24 14:22 .
  drwxrwxrwx  1 xah None        0 04-24 14:19 lib
  -rw-rw-rw-  1 xah None     7502 04-19 06:09 app.ico
  -rwxrwxrwx  1 xah None  7046080 04-19 06:12 ollama app.exe
  -rwxrwxrwx  1 xah None 31073216 04-19 06:12 ollama.exe
  -rw-rw-rw-  1 xah None    11815 04-19 06:11 ollama_welcome.ps1
  -rw-rw-rw-  1 xah None   232399 04-24 14:22 unins000.dat
  -rwxrwxrwx  1 xah None  3446712 04-24 14:18 unins000.exe
  -rw-rw-rw-  1 xah None    24381 04-24 14:22 unins000.msg

ollama size

ollama size 2025-08-19 22e4e
ollama size 2025-08-19 22e4e

ollama, deepseek