ollama/desktop/README.md

19 lines
243 B
Markdown
Raw Normal View History

2023-06-27 16:35:51 +00:00
# Desktop
2023-06-27 18:33:49 +00:00
The Ollama desktop experience
2023-06-27 16:35:51 +00:00
## Running
2023-06-27 17:51:20 +00:00
In the background run the `ollama.py` [development](../docs/development.md) server:
2023-06-27 16:35:51 +00:00
```
2023-06-27 21:06:57 +00:00
python ../ollama.py serve --port 7734
2023-06-27 16:35:51 +00:00
```
2023-06-27 17:51:20 +00:00
Then run the desktop app:
2023-06-27 16:35:51 +00:00
```
2023-06-27 17:51:20 +00:00
npm install
npm start
2023-06-27 16:35:51 +00:00
```