Skip to content

zeitlings/alfred-ollama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Alfred Ollama

Dehydrated Ollama Command Line Interface interface to manage local LLMs.

Usage

Access Ollama with the keyword (default: ollama) or define a keyboard shortcut.

  • to start or quit Ollama .

Local Models

  • to open the model page.
  • to quicklook preview the model page.
  • C to copy the model name.
  • to remove the model.

Loaded Models

  • to unload the model.

New Models

Type to match models based on your query.

  • to open the model page.
  • to quicklook preview the model page.
  • L to view the unabridged model description as large type.
  • C to copy the model name.
  • to pull model:latest from registry.
  • to inspect available versions of the model.

Model Versions

Type to match versions based on your query.

  • to open the model page.
  • to quicklook preview the model page.
  • C to copy the model name.
  • to pull model:version from registry.

Pulling Models

  • to cancel the download.

Dependencies

  1. Ollama macOS app
  2. Xcode Command Line Tools (recommended)
  • xcode-select --install

Links: