From 1dd3282f083165f3b1e689bf59b04ff403c39a32 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sat, 1 Jul 2023 13:45:55 -0400 Subject: [PATCH] update `desktop/README.md` --- desktop/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/desktop/README.md b/desktop/README.md index 2f86ca23..df9e4784 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -1,10 +1,12 @@ # Desktop -The Ollama desktop experience. This is an experimental, easy-to-use app for running models with [`ollama`](https://github.com/jmorganca/ollama). +_Note: the Ollama desktop app is a work in progress and is not ready yet for general use._ -## Running +This app builds upon Ollama to provide a desktop experience for running models. -In the background run the ollama server `ollama.py` server: +## Developing + +In the background run the ollama server `ollama.py`: ``` poetry -C .. run ollama serve