docs: Fixed providers link in Quickstart.md (#280)

Co-authored-by: Tania Chakraborty <tchakraborty@BLKG9TC7C9CQ1.local>
This commit is contained in:
taniashiba
2024-11-19 15:45:38 -05:00
committed by GitHub
parent 8e75e36021
commit e701d82c55
2 changed files with 2 additions and 2 deletions

View File

@@ -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:**

View File

@@ -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