feat(routing): add MODEL_LIST_INCLUDE_ROUTING_METADATA for enhanced model metadata in responses
This commit is contained in:
parent
aa40e0236c
commit
3fcc017c0c
9 changed files with 138 additions and 7 deletions
|
|
@ -17,6 +17,9 @@ ADMIN_API_TOKEN_TTL_DAYS=30
|
|||
CORS_ORIGINS=http://localhost:3000,http://127.0.0.1:3000
|
||||
ADMIN_TRUSTED_PROXY_IPS=
|
||||
|
||||
# Model routing
|
||||
MODEL_LIST_INCLUDE_ROUTING_METADATA=false
|
||||
|
||||
# OpenID Connect
|
||||
OIDC_ISSUER_URL=
|
||||
OIDC_CLIENT_ID=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue