Very simple JavaScript Chat app to connect to locally hosted Ollama API.
- Setup Ollama locally (follow the steps here https://twitter.com/juanstoppa/status/1773130499357130889)
- Clone repo
- Run npm install
npm install- Install Parcel
npm install -g parcel-bundler
- Run app
parcel src/index.html