st-ollama

A Streamlit chatbot app integrating Ollama LLMs


Keywords
chatbot-gui, llama-index, llm-apps, llms, ollama, ollama-app, streamlit, streamlit-llm
License
MIT
Install
pip install st-ollama==0.1.4

Documentation

Ollachat 🚀

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 st_ollama
  1. Start the app
ollachat

Example

video.mp4

Notes

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