/ollachat

A minimal Chatbot GUI for Ollama models - Streamlit App

Primary LanguagePythonMIT LicenseMIT

Ollachat 🚀

PyPI version


NOTE: package name has been chagned from st_ollama to ollachat in v1.5


TL;DR A minimal Streamlit Chatbot GUI for Ollama models

A Streamlit chatbot app that integrates with the Ollama LLMs. Includes chat history; and each model has its own chat log.

Getting started

  1. Install the pacakge (in virtualenv recommended)
pip install ollachat
  1. Start the app
ollachat

Demos

ollachat.mp4
video.mp4

show model details (release 1.0.4)

ollachat-llm-details.mp4

Notes

  • Ollama must be installed.
  • Supports macOS and Linux.