|
hace 9 meses | |
---|---|---|
.. | ||
assets | hace 1 año | |
src | hace 9 meses | |
.eslintrc.json | hace 1 año | |
.gitignore | hace 1 año | |
README.md | hace 1 año | |
forge.config.ts | hace 1 año | |
package-lock.json | hace 1 año | |
package.json | hace 1 año | |
postcss.config.js | hace 1 año | |
tailwind.config.js | hace 1 año | |
tsconfig.json | hace 1 año | |
webpack.main.config.ts | hace 1 año | |
webpack.plugins.ts | hace 1 año | |
webpack.renderer.config.ts | hace 1 año | |
webpack.rules.ts | hace 1 año |
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