Add README.md (#2249)

This commit is contained in:
Yuan-Man
2024-02-23 03:03:44 +08:00
committed by GitHub
parent be9980ef13
commit c6e8b00718

View File

@@ -0,0 +1,21 @@
# Ollama Chat App
Build a Llama2 chat app using Streamlit and Ollama.
## Running the Example
1. Ensure you have the `llama2` model installed:
```bash
ollama pull llama2
```
2. Install the Python Requirements.
```bash
pip install -r requirements.txt
```
3. Run the example:
```bash
python main.py
```