Skip to content

Commit 5699649

Browse files
committed
fix: update ollama serve command
Signed-off-by: Kai Wedekind <kai.wedekind@de.ibm.com>
1 parent 637c0fc commit 5699649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acp-agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ curl -fsSL https://ollama.com/install.sh | sh
7575
```
7676

7777
```sh
78-
OLLAMA_HOST=192.168.178.26:11434 ollama serve
78+
OLLAMA_HOST=$(ipconfig getifaddr en0):11434 ollama serve
7979
```
8080

8181
```sh

0 commit comments

Comments
 (0)