Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 950 Bytes

README.md

File metadata and controls

49 lines (24 loc) · 950 Bytes

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.