From f1f28bca617d0022fea567e8b6174b8e6054d9df Mon Sep 17 00:00:00 2001 From: Darsh Mashru Date: Tue, 27 Aug 2024 22:32:11 +0530 Subject: [PATCH] Fixed a redirection link typo Changed "config-local-ollama" to "config-local-ollama.md" in link --- docs/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment-variables.md b/docs/environment-variables.md index e412213c0..fa9a1ad87 100644 --- a/docs/environment-variables.md +++ b/docs/environment-variables.md @@ -99,7 +99,7 @@ requiring the user to enter an API key | `LOCALAI_API_HOST` | Sets the URL of the LocalAI server, or defaults to http://127.0.0.1:8080 | Optional | | `LOCALAI_API_KEY` | The (Optional) API key for LocalAI | Optional | | `MISTRAL_API_KEY` | The API key for Mistral | Optional | -| `OLLAMA_API_HOST` | Changes the backend host for the Ollama vendor. See [config-local-ollama.md](config-local-ollama) | | +| `OLLAMA_API_HOST` | Changes the backend host for the Ollama vendor. See [config-local-ollama.md](config-local-ollama.md) | | | `OPENROUTER_API_KEY` | The API key for OpenRouter | Optional | | `PERPLEXITY_API_KEY` | The API key for Perplexity | Optional | | `TOGETHERAI_API_KEY` | The API key for Together AI | Optional |