ollama/desktop/README.md

19 lines
236 B
Markdown
Raw Normal View History

2023-06-27 12:35:51 -04:00
# Desktop
2023-06-27 13:51:20 -04:00
The Ollama desktop app
2023-06-27 12:35:51 -04:00
## Running
2023-06-27 13:51:20 -04:00
In the background run the `ollama.py` [development](../docs/development.md) server:
2023-06-27 12:35:51 -04:00
```
2023-06-27 13:51:20 -04:00
python ../ollama.py serve --port 5001
2023-06-27 12:35:51 -04:00
```
2023-06-27 13:51:20 -04:00
Then run the desktop app:
2023-06-27 12:35:51 -04:00
```
2023-06-27 13:51:20 -04:00
npm install
npm start
2023-06-27 12:35:51 -04:00
```