llama-stack-mirror/llama_stack/distribution/ui
2024-12-02 13:14:15 -08:00
..
modules cleanup 2024-12-02 13:06:36 -08:00
page cleanup 2024-12-02 13:12:44 -08:00
__init__.py rename playground-ui -> ui 2024-11-26 20:15:41 -08:00
app.py distribution inspect 2024-11-27 16:03:58 -08:00
README.md readme 2024-12-02 13:14:15 -08:00
requirements.txt rename playground-ui -> ui 2024-11-26 20:15:41 -08:00

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