/ollama-ui

A simple UI / Web / Frontend for Ollama using Streamlit.

Primary LanguagePythonMIT LicenseMIT

Ollama Chat

A simple UI / Web / Frontend for Ollama using Streamlit.

Install

Install Ollama and run the server.

Download some models. For example, one of my favorites:

$ ollama pull dolphin-mistral:7b-v2.6-dpo-laser-q6_K

Install the web ui

$ ./install.sh

Or to install using latest versions of the libs (may break functionality):

$ ./install.sh refresh

Run

$ ./run.sh