diff options
Diffstat (limited to 'docs/versioned_docs/version-v0.30.0/02-installation')
| -rw-r--r-- | docs/versioned_docs/version-v0.30.0/02-installation/01-docker.md | 2 | ||||
| -rw-r--r-- | docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/versioned_docs/version-v0.30.0/02-installation/01-docker.md b/docs/versioned_docs/version-v0.30.0/02-installation/01-docker.md index 916a0134..02dceac3 100644 --- a/docs/versioned_docs/version-v0.30.0/02-installation/01-docker.md +++ b/docs/versioned_docs/version-v0.30.0/02-installation/01-docker.md @@ -57,7 +57,7 @@ To enable automatic tagging, you'll need to configure OpenAI. This is optional t OPENAI_API_KEY=<key> ``` -Learn more about the costs of using openai [here](../integrations/openai). +Learn more about the costs of using openai [here](../administration/openai). <details> <summary>If you want to use Ollama (https://ollama.com/) instead for local inference.</summary> diff --git a/docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md b/docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md index b3a42d84..8cdc96b6 100644 --- a/docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md +++ b/docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md @@ -35,7 +35,7 @@ To enable automatic tagging, you'll need to configure OpenAI. This is optional t OPENAI_API_KEY=<key> ``` -Learn more about the costs of using openai [here](../integrations/openai). +Learn more about the costs of using openai [here](../administration/openai). <details> <summary>[EXPERIMENTAL] If you want to use Ollama (https://ollama.com/) instead for local inference.</summary> |
