This commit is contained in:
Dinmukhamed Mailibay 2025-04-24 01:00:55 -07:00 committed by GitHub
commit c64b8db215
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,12 @@ Install the OpenTelemetry SDK:
pip install opentelemetry-api opentelemetry-sdk opentelemetry-exporter-otlp
```
Install the `proxy` extra that is required for the OpenTelemetry integration:
```
pip install litellm[proxy]
```
Set the environment variables (different providers may require different variables):