goose.mdx 1.29 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
title: Goose
---

## Goose Desktop

Install [Goose](https://block.github.io/goose/docs/getting-started/installation/) Desktop.

### Usage with Ollama
1. In Goose, open **Settings** → **Configure Provider**.  
<div style={{ display: 'flex', justifyContent: 'center' }}>
  <img 
    src="/images/goose-settings.png" 
    alt="Goose settings Panel"
    width="75%"
  />
</div>
2. Find **Ollama**, click **Configure** 
3. Confirm **API Host** is `http://localhost:11434` and click Submit


### Connecting to ollama.com

1. Create an [API key](https://ollama.com/settings/keys) on ollama.com and save it in your `.env` 
2. In Goose, set **API Host** to `https://ollama.com`


## Goose CLI

Install [Goose](https://block.github.io/goose/docs/getting-started/installation/) CLI

### Usage with Ollama
1. Run `goose configure`
2. Select **Configure Providers** and select **Ollama**
<div style={{ display: 'flex', justifyContent: 'center' }}>
  <img 
    src="/images/goose-cli.png" 
    alt="Goose CLI"
    width="50%"
  />
</div>
3. Enter model name (e.g `qwen3`)

### Connecting to ollama.com

1. Create an [API key](https://ollama.com/settings/keys) on ollama.com and save it in your `.env` 
2. Run `goose configure`
3. Select **Configure Providers** and select **Ollama**
4. Update **OLLAMA_HOST** to `https://ollama.com`