desktop: fix local dev port
This commit is contained in:
parent
843ccf5070
commit
a3b87c836d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ The Ollama desktop experience
|
||||||
In the background run the `ollama.py` [development](../docs/development.md) server:
|
In the background run the `ollama.py` [development](../docs/development.md) server:
|
||||||
|
|
||||||
```
|
```
|
||||||
python ../ollama.py serve --port 5001
|
python ../ollama.py serve --port 7734
|
||||||
```
|
```
|
||||||
|
|
||||||
Then run the desktop app:
|
Then run the desktop app:
|
||||||
|
|
Loading…
Reference in a new issue