"vscode:/vscode.git/clone" did not exist on "a0e7afa432a1aeef6a2e4c872641ddf0056f71c1"
Unverified Commit c6e8b007 authored by Yuan-Man's avatar Yuan-Man Committed by GitHub
Browse files

Add README.md (#2249)

parent be9980ef
# 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
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment