llama-stack-mirror/llama_stack/distribution/ui/README.md
2024-11-26 20:16:39 -08:00

11 lines
184 B
Markdown

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