Skip to content

iamaziz/ollachat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.