mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-20 22:14:21 +01:00
docs: Fixed providers link in Quickstart.md (#280)
Co-authored-by: Tania Chakraborty <tchakraborty@BLKG9TC7C9CQ1.local>
This commit is contained in:
@@ -138,7 +138,7 @@ goose session start
|
||||
```
|
||||
|
||||
#### Set up a provider
|
||||
Goose works with your [preferred LLM][https://block.github.io/goose/plugins/providers.html]. By default, it uses `openai` as the LLM provider. You'll be prompted to set an [API key][openai-key] if you haven't set one previously.
|
||||
Goose works with your [preferred LLM][providers]. By default, it uses `openai` as the LLM provider. You'll be prompted to set an [API key][openai-key] if you haven't set one previously.
|
||||
|
||||
>[!TIP]
|
||||
> **Billing:**
|
||||
|
||||
@@ -115,5 +115,5 @@ There is also a `Dockerfile` in the root of this project you can use if you want
|
||||
[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx
|
||||
[openai-key]: https://platform.openai.com/api-keys
|
||||
[getting-started]: https://block.github.io/goose/guidance/getting-started.html
|
||||
[providers]: https://block.github.io/goose/providers.html
|
||||
[providers]: https://block.github.io/goose/plugins/providers.html
|
||||
[managing-sessions]: https://block.github.io/goose/guidance/managing-goose-sessions.html
|
||||
Reference in New Issue
Block a user