Update README.md
This commit is contained in:
parent
21e0ef2acc
commit
f9953b6b99
1 changed files with 13 additions and 0 deletions
13
README.md
13
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.
|
|||
|
||||

|
||||
|
||||
Don't for get the http:// in front of the computer name.
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue