ollama/app/README.md
2023-07-28 10:51:41 -04:00

19 lines
237 B
Markdown

# Desktop
This app builds upon Ollama to provide a desktop experience for running models.
## Developing
First, build the `ollama` binary:
```
make -C ..
```
Then run the desktop app with `npm start`:
```
npm install
npm start
```