Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions infra/main.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
},
"usecase":{
"value": "${USE_CASE}"
},
"enableMonitoring": {
"value": "${AZURE_ENV_ENABLE_MONITORING=false}"
}
Comment on lines +59 to 61
}
}
6 changes: 6 additions & 0 deletions src/api/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ AZURE_PACKAGE_LOGGING_LEVEL=WARNING
# Comma-separated list of specific logger names to configure (default: empty - no custom loggers)
# Example: AZURE_LOGGING_PACKAGES=azure.identity.aio._internal,azure.monitor.opentelemetry.exporter.export._base
AZURE_LOGGING_PACKAGES=
# Token usage tracking configuration
AZURE_OPENAI_MODEL_DEPLOYMENT=
TEAM_NAME=
Comment on lines +34 to +36
LLM_TOKEN_SAMPLE_RATE=1.0
LLM_TOKEN_USER_ID_HMAC_KEY=
LLM_TOKEN_PRICING=
Loading
Loading