llama-stack/playground_start_local.sh
Angel Nunez Mencias 96003b55de
All checks were successful
Build and Push playground container / build-playground (push) Successful in 1m6s
Build and Push container / build (push) Successful in 4m27s
use auth for kvant
2025-06-02 01:23:33 +02:00

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