use auth for kvant
All checks were successful
Build and Push playground container / build-playground (push) Successful in 1m6s
Build and Push container / build (push) Successful in 4m27s

This commit is contained in:
Angel Nunez Mencias 2025-06-02 01:23:33 +02:00
parent 3bde47e562
commit 96003b55de
Signed by: angel.nunez
SSH key fingerprint: SHA256:z1nFAg1v1AfbhEHrgBetByUJUwziv2R2f4VyN75opcg
4 changed files with 2342 additions and 2305 deletions

View file

@ -1,3 +1,7 @@
#!/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