Ollama runs locally hosted generative AI models.

GitHub - jakedx6/Ollama-AI-Tools: This Obsidian plugin integrates the power of Ollama’s AI models directly into Obsidian.

GitHub - martwozniak/ollama-obsidian-integration: This plugin integrates Ollama’s AI capabilities directly into your Obsidian workflow, allowing you to generate AI-powered content seamlessly within your notes. - copilot linked

Ollama Meets LLaVA - Recognize and Describe Your Images Locally

Default port

http://localhost:11434 - use to quickly check if running

Set OLLAMA_HOST to 0.0.0.0 to allow access from other devices on the network.

Useful commands

  • Run/pull-down model: ollama run [model]
  • List models: ollama list
  • List running models: ollama ps
  • Remove a model: ollama rm [name]