Josh Yan 8aadad9c72 updated updateURL | пре 8 месеци | |
---|---|---|
.. | ||
assets | пре 11 месеци | |
src | пре 8 месеци | |
.eslintrc.json | пре 11 месеци | |
.gitignore | пре 11 месеци | |
README.md | пре 10 месеци | |
forge.config.ts | пре 11 месеци | |
package-lock.json | пре 11 месеци | |
package.json | пре 11 месеци | |
postcss.config.js | пре 11 месеци | |
tailwind.config.js | пре 11 месеци | |
tsconfig.json | пре 11 месеци | |
webpack.main.config.ts | пре 11 месеци | |
webpack.plugins.ts | пре 11 месеци | |
webpack.renderer.config.ts | пре 11 месеци | |
webpack.rules.ts | пре 11 месеци |
This app builds upon Ollama to provide a desktop experience for running models.
First, build the ollama
binary:
cd ..
go build .
Then run the desktop app with npm start
:
cd macapp
npm install
npm start