Skip to content

Commit

Permalink
Add README.md (ollama#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuan-ManX authored and zhewang1-intc committed May 13, 2024
1 parent fd549ae commit 859b546
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions examples/python-chat-app/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 859b546

Please sign in to comment.