Skip to content

Commit

Permalink
Merge pull request #22 from fastrepl/fastrepl/570434
Browse files Browse the repository at this point in the history
Update Dockerfile and config.yaml for litellm version v1.40.1.dev4 and add OTEL_ENDPOINT and OTEL_HEADERS to README.md
  • Loading branch information
yujonglee authored Jun 5, 2024
2 parents df6e49e + b169a38 commit 1f9f02d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/berriai/litellm:main-v1.40.0
FROM ghcr.io/berriai/litellm:main-v1.40.1.dev4

WORKDIR /app
COPY config.yaml .
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
- `REDIS_SSL`
- `SLACK_WEBHOOK_URL`
- `SLACK_DAILY_REPORT_FREQUENCY`
- `OTEL_ENDPOINT`
- `OTEL_HEADERS`
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ model_list:
api_key: os.environ/ANYSCALE_API_KEY
litellm_settings:
drop_params: true
callbacks:
- otel
router_settings:
routing_strategy: simple-shuffle
timeout: 60
Expand Down

0 comments on commit 1f9f02d

Please sign in to comment.