From a3b87c836dc48f76208af41274b7171fd4a6bc2c Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 27 Jun 2023 17:06:57 -0400 Subject: [PATCH] desktop: fix local dev port --- desktop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/README.md b/desktop/README.md index b9cbda50..020f4223 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -7,7 +7,7 @@ The Ollama desktop experience 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: