ollama/app/README.md

28 lines
586 B
Markdown
Raw Normal View History

2023-06-27 16:35:51 +00:00
# Desktop
2023-07-01 17:45:55 +00:00
_Note: the Ollama desktop app is a work in progress and is not ready yet for general use._
2023-06-28 13:57:36 +00:00
2023-07-01 17:45:55 +00:00
This app builds upon Ollama to provide a desktop experience for running models.
2023-06-27 16:35:51 +00:00
2023-07-01 17:45:55 +00:00
## Developing
In the background run the ollama server `ollama.py`:
2023-06-27 17:51:20 +00:00
2023-06-27 16:35:51 +00:00
```
poetry -C .. run ollama serve
2023-06-27 16:35:51 +00:00
```
2023-06-28 13:57:36 +00:00
Then run the desktop app with `npm start`:
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
```
2023-06-28 13:57:36 +00:00
## Coming soon
- Browse the latest available models on Hugging Face and other sources
- Keep track of previous conversations with models
- Switch quickly between models
2023-06-28 13:57:36 +00:00
- Connect to remote Ollama servers to run models