Skip to content

Instantly share code, notes, and snippets.

@michaelneale
Last active February 4, 2025 06:09
Show Gist options
  • Save michaelneale/8e848c98b58384b6bd0b2037f96502aa to your computer and use it in GitHub Desktop.
Save michaelneale/8e848c98b58384b6bd0b2037f96502aa to your computer and use it in GitHub Desktop.
  1. install ollama

brew install ollama

  1. check you can run deepseek:

ollama run deepseek-r1:14b

(bigger model is better - if you can run 70B that is amazing!)

  1. Install goose cli:

curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | sh

  1. run goose configure, or use the following:

(this would be in ~/.config/goose/config.yaml at the time of writing):

default_provider: ollama
default_model: deepseek-r1:14b
extensions:
  developer:
    enabled: true
    type: builtin
    name: developer

then goose session

(my machine is M1-pro Macbook pro, 64G ram, circa 2022)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment