Follamac is a desktop application which provides convenient way to work with Ollama and large language models (LLMs).
The Ollama server must be running. On Linux you can start it using sudo systemctl start ollama.service
or ollama serve
commands. And you need to have some models pulled in the repository. You can pull
latest mistral using command ollama pull mistral
or you can run Follamac and pull the model from there.
yarn install
yarn build
yarn start
yarn dev
and then visit the url in your browser.
ctrl + i
- opens developer tools