From 43823d2521701c99fc5d039cc4afa00889e8bd22 Mon Sep 17 00:00:00 2001 From: Burak Kakillioglu Date: Wed, 13 Dec 2023 22:34:36 -0500 Subject: [PATCH] Update TROUBLESHOOTING.md --- TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 3377a898..d0d8ce2d 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -20,7 +20,7 @@ This configuration allows Ollama to accept connections from any source. Ensure that the Ollama URL is correctly formatted in the application settings. Follow these steps: -- If your Ollama runs in a different host than Web UI make sure Ollama host address is provided when running Web UI container via `OLLAMA_API_BASE_URL` environment variable. [(e.g. OLLAMA_API_BASE_URL=http://192.168.1.1/api)](https://github.com/ollama-webui/ollama-webui#accessing-external-ollama-on-a-different-server) +- If your Ollama runs in a different host than Web UI make sure Ollama host address is provided when running Web UI container via `OLLAMA_API_BASE_URL` environment variable. [(e.g. OLLAMA_API_BASE_URL=http://192.168.1.1:11434/api)](https://github.com/ollama-webui/ollama-webui#accessing-external-ollama-on-a-different-server) - Go to "Settings" within the Ollama WebUI. - Navigate to the "General" section. - Verify that the Ollama Server URL is set to: `/ollama/api`.