From cb92ddfa5597ed337364741b7196409986a80b91 Mon Sep 17 00:00:00 2001 From: Victoria Slocum Date: Tue, 18 Jul 2023 13:30:27 +0200 Subject: [PATCH] fix relative links --- website/docs/usage/large-language-models.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/usage/large-language-models.mdx b/website/docs/usage/large-language-models.mdx index 18c7791e4..70715d92c 100644 --- a/website/docs/usage/large-language-models.mdx +++ b/website/docs/usage/large-language-models.mdx @@ -91,7 +91,7 @@ documentation. Create a new API key from openai.com or fetch an existing one, and ensure the keys are set as environmental variables. For more background information, see -the [OpenAI](#openai) section. +the [OpenAI](/api/large-language-models#gpt-3-5) section. Create a config file `config.cfg` containing at least the following (or see the full example @@ -130,7 +130,7 @@ print(doc.cats) To run this example, ensure that you have a GPU enabled, and `transformers`, `torch` and CUDA installed. For more background information, see the -[DollyHF](#dollyhf-v1) section. +[DollyHF](/api/large-language-models#dolly) section. Create a config file `config.cfg` containing at least the following (or see the full example @@ -320,7 +320,7 @@ COMPLIMENT ## API {id="api"} `spacy-llm` exposes a `llm` factory with -[configurable settings](api/large-language-models#config). +[configurable settings](/api/large-language-models#config). An `llm` component is defined by two main settings: