llama-stack-mirror/llama_stack/distribution/ui/README.md
2024-12-02 13:14:15 -08:00

17 lines
244 B
Markdown

# LLama Stack UI
[!NOTE] This is a work in progress.
## Prerequisite
- Start up Llama Stack Server
```
llama stack run
```
## Running Streamlit App
```
cd llama_stack/distribution/ui
pip install -r requirements.txt
streamlit run app.py
```