Add README.md (#2249)
This commit is contained in:
parent
be9980ef13
commit
c6e8b00718
1 changed files with 21 additions and 0 deletions
21
examples/python-chat-app/README.md
Normal file
21
examples/python-chat-app/README.md
Normal 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
|
||||
```
|
Loading…
Reference in a new issue