Skip to content

Commit

Permalink
[Feat] Log Request metadata on gcs bucket logging (#5743)
Browse files Browse the repository at this point in the history
* add requester_metadata in standard logging payload

* log requester_metadata in metadata

* use StandardLoggingPayload for logging

* docs StandardLoggingPayload

* fix import

* include standard logging object in failure

* add test for requester metadata
  • Loading branch information
ishaan-jaff committed Sep 18, 2024
1 parent 1bb1f70 commit d3406c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions litellm/proxy/proxy_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ model_list:
general_settings:
master_key: sk-1234


litellm_settings:
callbacks: ["gcs_bucket"]


router_settings:
enable_tag_filtering: true


0 comments on commit d3406c9

Please sign in to comment.