feat: Authentik login + switchable GPU prod target
Add OIDC auth for Command Center and runtime GPU endpoint selection pointed at atc-gpu-prod (10.0.10.106), matching what is currently deployed.
This commit is contained in:
@@ -8,8 +8,8 @@ S3_REGION=us-east-1
|
||||
|
||||
JUPYTER_TOKEN=choose-a-strong-token
|
||||
|
||||
GPU_URL=http://10.0.20.106:9000
|
||||
LLM_URL=http://10.0.20.106:8001/v1
|
||||
GPU_URL=http://10.0.10.106:9000
|
||||
LLM_URL=http://10.0.10.106:8001/v1
|
||||
LLM_MODEL=gpt-4o
|
||||
LLM_API_KEY=sk-local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user