mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
fix: Broken links (#772)
This commit is contained in:
@@ -48,7 +48,7 @@ A session is a single, continuous interaction between you and Goose, providing a
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
:::info
|
||||
If this is your first session, Goose will prompt you for an API key to access an LLM (Large Language Model) of your choice. For more information on setting up your API key, see the [Installation Guide](docs/getting-started/installation#set-up-a-provider). Here is the list of [supported LLMs](/docs/getting-started/providers).
|
||||
If this is your first session, Goose will prompt you for an API key to access an LLM (Large Language Model) of your choice. For more information on setting up your API key, see the [Installation Guide](/docs/getting-started/installation#set-up-a-provider). Here is the list of [supported LLMs](/docs/getting-started/providers).
|
||||
:::
|
||||
|
||||
## Exit Session
|
||||
|
||||
@@ -8,7 +8,7 @@ sidebar_position: 3
|
||||
`.goosehints` is a text file used to provide additional context about your project and improve the communication with Goose. The use of `goosehints` ensures that Goose understands your requirements better and can execute tasks more effectively.
|
||||
|
||||
:::info Developer extension required
|
||||
To make use of the hints file, you need to have the `developer` extension [enabled](../configuration/using-extensions).
|
||||
To make use of the hints file, you need to have the `developer` extension [enabled](/docs/getting-started/using-extensions).
|
||||
|
||||
:::
|
||||
|
||||
|
||||
@@ -77,6 +77,6 @@ If you have questions, run into issues, or just need to brainstorm ideas join th
|
||||
|
||||
|
||||
[handling-rate-limits]: /docs/guides/handling-llm-rate-limits-with-goose
|
||||
[installation]: docs/getting-started/installation
|
||||
[installation]: /docs/getting-started/installation
|
||||
[discord]: https://discord.gg/block-opensource
|
||||
[goosehints]: /docs/guides/using-goosehints
|
||||
|
||||
Reference in New Issue
Block a user