forked from phoenix-oss/llama-stack-mirror
use auth for kvant
This commit is contained in:
parent
3bde47e562
commit
96003b55de
4 changed files with 2342 additions and 2305 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue