From 256156dc0b3fdd860ebb716ef44f1ea1e02e4acf Mon Sep 17 00:00:00 2001 From: JHubi1 Date: Mon, 5 Aug 2024 17:50:08 +0200 Subject: [PATCH] Updated Components (markdown) --- Components.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Components.md b/Components.md index 194cd88..60ca7e7 100644 --- a/Components.md +++ b/Components.md @@ -67,10 +67,10 @@ Ollama App offers a lot of configuration options. We'll go through every option The host is the main address of your Ollama server. It may include a port, a protocol and a hostname. Paths are not recommended. -| ![false host](https://github.com/JHubi1/ollama-app/raw/main/assets/screenshots/flutter_03.png) | ![looking for host](https://github.com/JHubi1/ollama-app/raw/main/assets/screenshots/flutter_04.png) | ![right host](https://github.com/JHubi1/ollama-app/raw/main/assets/screenshots/flutter_05.png) | +| ![false host](https://github.com/JHubi1/ollama-app/raw/main/assets/screenshots/flutter_03.png) | ![looking for host](https://github.com/JHubi1/ollama-app/raw/main/assets/screenshots/flutter_04.png) | ![correct host](https://github.com/JHubi1/ollama-app/raw/main/assets/screenshots/flutter_05.png) | |-|-|-| -The port is required unless the port number matches the protocol (443 for HTTPS or 80 for HTTP). After that, click the save icon right next to the text field to set the host. +The port is required unless the port number matches the protocol (443 for HTTPS or 80 for HTTP). After that, click the save icon right next to the text field to set the host. Redirects are not supported. If the host you entered returns a 301 or 302 status code, it won't be accepted. The host address will be checked, so no worry about entering the wrong one. If you set the host once, and your server is offline, the requests will fail, but the host will stay saved if you don't change it yourself. To do that, just go into the side menu and open settings to do so.