From f9953b6b999d2f490aac28e39f0d66784ce6a884 Mon Sep 17 00:00:00 2001 From: davrot Date: Tue, 4 Feb 2025 18:57:44 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 400b7e9..8a11c60 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ In that case you want to change /etc/systemd/system/ollama.service and add your Environment= [PATH BLA BLA] "OLLAMA_MODELS=/data_1/deepseek/models" "HOME=/data_1/deepseek" ``` +If you want to access Ollama from a different computer too, you need to add "OLLAMA_HOST=0.0.0.0" +``` +Environment= [PATH BLA BLA] "OLLAMA_MODELS=/data_1/deepseek/models" "HOME=/data_1/deepseek" "OLLAMA_HOST=0.0.0.0" +``` + + + After that restart systemd with: ``` systemctl daemon-reload @@ -99,6 +106,12 @@ Select a code model, which you created by using the modelfiles. ![Roo Code Setting](images/2025-02-02_18-45_1.png) +Don't for get the http:// in front of the computer name. + +![Roo Code URL Setting](images/2025-02-04_18-54.png) + + + ## Trust issues Now you need to decide how much trust you have and allow Roo Code to do stuff without asking you all the time.