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.
- Install the pacakge (in virtualenv recommended)
pip install ollachat
- Start the app
ollachat
ollachat.mp4
video.mp4
show model details (release
1.0.4
)
ollachat-llm-details.mp4
- Ollama must be installed.
- Supports macOS and Linux.