From 8e75e36021bd2f2954f9210a16c2c717f6e38f01 Mon Sep 17 00:00:00 2001 From: taniashiba <126204004+taniashiba@users.noreply.github.com> Date: Tue, 19 Nov 2024 01:32:00 -0500 Subject: [PATCH] docs: fixed providers link in README (#271) Co-authored-by: Tania Chakraborty --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8cc971b46..c9c73f0060 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ goose session start ``` #### Set up a provider -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. +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. >[!TIP] > **Billing:** @@ -262,7 +262,7 @@ Let us know what you think in our [Discussions][discussions] or the [**`#goose`* [toolkits]: https://block.github.io/goose/plugins/available-toolkits.html [configuration]: https://block.github.io/goose/configuration.html [cli]: https://block.github.io/goose/plugins/cli.html -[providers]: https://block.github.io/goose/providers.html +[providers]: https://block.github.io/goose/plugins/providers.html [use-cases]: https://block.github.io/goose/guidance/applications.html [getting-started]: https://block.github.io/goose/guidance/getting-started.html [openai-key]: https://platform.openai.com/api-keys