rename playground-ui -> ui

This commit is contained in:
Xi Yan 2024-11-26 20:15:41 -08:00
parent d467638f26
commit 2c8a7a972c
6 changed files with 0 additions and 0 deletions

View file

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