Update README.md

This commit is contained in:
David Rotermund 2025-02-04 18:57:44 +01:00
parent 21e0ef2acc
commit f9953b6b99

View file

@ -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.