forked from NYU-ITS/NAGA-open-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 929 Bytes
/
.env.example
File metadata and controls
28 lines (24 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Ollama URL for the backend to connect
# The path '/ollama' will be redirected to the specified backend URL
OLLAMA_BASE_URL='http://localhost:11434'
OPENAI_API_BASE_URL=''
OPENAI_API_KEY=''
# AUTOMATIC1111_BASE_URL="http://localhost:7860"
# DO NOT TRACK
SCARF_NO_ANALYTICS=true
DO_NOT_TRACK=true
ANONYMIZED_TELEMETRY=false
# OpenTelemetry Configuration (for OpenShift Observe)
# Set OTEL_ENABLED=true to enable OpenTelemetry tracing and metrics
OTEL_ENABLED=false
OTEL_SERVICE_NAME=open-webui
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317
OTEL_EXPORTER_OTLP_PROTOCOL=grpc
OTEL_TRACES_SAMPLER=parentbased_traceidratio
OTEL_TRACES_SAMPLER_ARG=1.0
OTEL_METRICS_EXPORTER=otlp
# OpenTelemetry Instrumentation Configuration
OTEL_INSTRUMENTATION_FASTAPI_ENABLED=true
OTEL_INSTRUMENTATION_REQUESTS_ENABLED=true
OTEL_INSTRUMENTATION_FASTAPI_EXCLUDED_PATHS=/health,/health/db,/static
OTEL_INSTRUMENTATION_FASTAPI_CAPTURE_HEADERS=