move playground ui to llama-stack repo

This commit is contained in:
Xi Yan 2024-11-26 19:54:24 -08:00
parent 060b4eb776
commit c2cfd2261e
6 changed files with 264 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# LLama Stack Playground UI
[!NOTE] This is a work in progress.
## Running Streamlit App
```
cd llama-stack-apps/playground-ui
pip install -r requirements.txt
streamlit run app.py
```