Metadata-Version: 2.1
Name: st-ollama
Version: 0.1.4
Summary: A Streamlit chatbot app integrating Ollama LLMs
Home-page: https://github.com/iamaziz/st_ollama
Author: Aziz Alto
Author-email: iamaziz.alto@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: streamlit
Requires-Dist: llama-index

# 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)

```bash
pip install st_ollama
```

2) Start the app

```bash
ollachat
```


### Example

https://github.com/iamaziz/st_ollama/assets/3298308/7e0d4cc2-ded3-4c24-aa29-bf3927aa0ec9

### Notes

- [Ollama](http://ollama.ai/) must be installed.
- Supports macOS and Linux.
