From d578e43753eb238b524751da4491bc56bd96a548 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 3 Apr 2024 18:52:25 +0200 Subject: [PATCH] Fix ollama download link --- source/_integrations/ollama.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/ollama.markdown b/source/_integrations/ollama.markdown index 9556de657c7..446c838add6 100644 --- a/source/_integrations/ollama.markdown +++ b/source/_integrations/ollama.markdown @@ -16,7 +16,7 @@ The **Ollama** {% term integration %} adds a conversation agent in Home Assistan This conversation agent is unable to control your house. The Ollama conversation agent can be used in automations, but not as a [sentence trigger](/docs/automation/trigger/#sentence-trigger). It can only query information that has been provided by Home Assistant. To be able to answer questions about your house, Home Assistant will need to provide Ollama with the details of your house, which include areas, devices, and their states. -This integration requires an external Ollama server, which is available for macOS, Linux, and Windows. Follow the [download instructions]([https://ollama.com/](https://ollama.com/download)) to install the server. Once installed, configure Ollama to be [accessible over the network](https://github.com/ollama/ollama/blob/main/docs/faq.md#how-can-i-expose-ollama-on-my-network). +This integration requires an external Ollama server, which is available for macOS, Linux, and Windows. Follow the [download instructions](https://ollama.com/download) to install the server. Once installed, configure Ollama to be [accessible over the network](https://github.com/ollama/ollama/blob/main/docs/faq.md#how-can-i-expose-ollama-on-my-network). {% include integrations/config_flow.md %}