|
2 月之前 | |
---|---|---|
.. | ||
assets | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
src | 55ea963c9e update default model to llama3.2 (#6959) | 7 月之前 |
.eslintrc.json | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
.gitignore | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
README.md | b901a712c6 docs: improve syntax highlighting in code blocks (#8854) | 2 月之前 |
forge.config.ts | e806184023 fix release workflow | 2 月之前 |
package-lock.json | 74ea4fb604 remove .prettierrc.json (#8413) | 3 月之前 |
package.json | 74ea4fb604 remove .prettierrc.json (#8413) | 3 月之前 |
postcss.config.js | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
tailwind.config.js | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
tsconfig.json | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
webpack.main.config.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
webpack.plugins.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
webpack.renderer.config.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
webpack.rules.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
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