mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +03:00
fix relative links
This commit is contained in:
parent
833f6c033d
commit
cb92ddfa55
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user