forked from phoenix-oss/llama-stack-mirror
7 lines
227 B
Bash
Executable file
7 lines
227 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
export KEYCLOAK_URL="https://iam.phoenix-systems.ch"
|
|
export KEYCLOAK_REALM="kvant"
|
|
export KEYCLOAK_CLIENT_ID="llama-stack-playground"
|
|
|
|
uv run --with ".[ui]" streamlit run llama_stack/distribution/ui/app.py
|