desktop: load model from file

This commit is contained in:
Jeffrey Morgan
2023-06-27 12:35:51 -04:00
parent a12df7faf4
commit ad4ffdf754
8 changed files with 271 additions and 151 deletions

16
desktop/README.md Normal file
View File

@@ -0,0 +1,16 @@
# Desktop
The Ollama desktop experience
## Running
```
npm install
npm start
```
## Packaging
```
npm run package
```