fix relative links

This commit is contained in:
Victoria Slocum 2023-07-18 13:30:27 +02:00
parent 833f6c033d
commit cb92ddfa55

View File

@ -91,7 +91,7 @@ documentation.
Create a new API key from openai.com or fetch an existing one, and ensure the 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 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 Create a config file `config.cfg` containing at least the following (or see the
full example full example
@ -130,7 +130,7 @@ print(doc.cats)
To run this example, ensure that you have a GPU enabled, and `transformers`, To run this example, ensure that you have a GPU enabled, and `transformers`,
`torch` and CUDA installed. For more background information, see the `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 Create a config file `config.cfg` containing at least the following (or see the
full example full example
@ -320,7 +320,7 @@ COMPLIMENT
## API {id="api"} ## API {id="api"}
`spacy-llm` exposes a `llm` factory with `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: An `llm` component is defined by two main settings: