ollama/desktop/README.md
2023-06-27 13:51:20 -04:00

18 lines
236 B
Markdown

# Desktop
The Ollama desktop app
## Running
In the background run the `ollama.py` [development](../docs/development.md) server:
```
python ../ollama.py serve --port 5001
```
Then run the desktop app:
```
npm install
npm start
```