From babf756bd5c8d00f4a29ee1c98707339987c49ad Mon Sep 17 00:00:00 2001 From: Yajing <110797546+fnalways@users.noreply.github.com> Date: Tue, 18 Nov 2025 21:51:10 +0800 Subject: [PATCH] Update docs/use-cases/ollama.md --- docs/use-cases/ollama.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/use-cases/ollama.md b/docs/use-cases/ollama.md index 05c061527..9f21e1012 100644 --- a/docs/use-cases/ollama.md +++ b/docs/use-cases/ollama.md @@ -100,8 +100,8 @@ If the application forces you to enter an API Key, you can usually enter any str ### Ensure network connectivity Because you set the authentication to "Internal", your application must be on the same local network as Olares to connect. -* **Local Network**: If your device (or the app running on Olares) is on the same Wi-Fi or LAN, you can connect directly using the frontend address. -* **Remote Access**: If you are accessing Olares remotely, you must enable [LarePass VPN](../manual/larepass/private-network.md#enable-vpn-on-larepass) on your client device. This creates a secure tunnel that effectively places your device on the same network as Olares. +* **Local network**: If your device (or the app running on Olares) is on the same Wi-Fi or LAN, you can connect directly using the frontend address. +* **Remote access**: If you are accessing Olares remotely, you must enable [LarePass VPN](../manual/larepass/private-network.md#enable-vpn-on-larepass) on your client device. This creates a secure tunnel that effectively places your device on the same network as Olares. ## Learn more