Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 250 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 250 Bytes

Desktop

This app builds upon Ollama to provide a desktop experience for running models.

Developing

First, build the ollama binary:

cd ..
go build .

Then run the desktop app with npm start:

cd app
npm install
npm start