ollama/desktop/README.md

19 lines
243 B
Markdown
Raw Normal View History

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