mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
a480ccfd16
* Further observability cleanup and update telemetry samples * Add VS Code Extension config * Fix unit tests * Fix unit tests * Add more comments * Remove live metric
14 lines
441 B
Bash
14 lines
441 B
Bash
APPLICATIONINSIGHTS_CONNECTION_STRING="..."
|
|
OTLP_ENDPOINT="http://localhost:4317/"
|
|
ENABLE_SENSITIVE_DATA=true
|
|
# This is not required if you run `setup_observability()` in your code
|
|
ENABLE_OTEL=true
|
|
|
|
# OpenAI specific variables
|
|
OPENAI_API_KEY="..."
|
|
OPENAI_RESPONSES_MODEL_ID="gpt-4o-2024-08-06"
|
|
OPENAI_CHAT_MODEL_ID="gpt-4o-2024-08-06"
|
|
|
|
# Foundry specific variables
|
|
AZURE_AI_PROJECT_ENDPOINT="..."
|
|
AZURE_AI_MODEL_DEPLOYMENT_NAME="gpt-4o-mini" |