mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-15 11:34:27 +01:00
link to vs code extension (#20)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user