link to vs code extension (#20)

This commit is contained in:
Michael Neale
2024-08-29 11:12:12 +10:00
committed by GitHub
parent 6fef25aa62
commit 25cf8d2d09

View File

@@ -41,6 +41,9 @@ Then you can install `goose` with
```sh
pipx install goose-ai
```
#### IDEs
There is an early version of a VS Code extension with goose support you can try here: https://github.com/square/goose-vscode - more to come soon.
### LLM provider access setup
`goose` works on top of LLMs (you need to bring your own LLM). By default, `goose` uses `openai` as LLM provider. You need to set OPENAI_API_KEY as an environment variable if you would like to use `openai`.
```sh