mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
add a step to install the proxy extra
This commit is contained in:
parent
795a71ce1e
commit
dfdceb8a29
1 changed files with 6 additions and 0 deletions
|
@ -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):
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue