mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
(feat) GCS Bucket logging. Allow using IAM auth for logging to GCS (#6628)
* fix gcs bucket auth * allow iam auth for gcs logging * test_get_gcs_logging_config_without_service_account
This commit is contained in:
parent
dec7ffe94d
commit
5f08a901b2
4 changed files with 73 additions and 19 deletions
|
@ -5,7 +5,5 @@ model_list:
|
|||
api_key: os.environ/OPENAI_API_KEY
|
||||
api_base: https://exampleopenaiendpoint-production.up.railway.app/
|
||||
|
||||
|
||||
general_settings:
|
||||
alerting: ["slack"]
|
||||
alerting_threshold: 0.001
|
||||
litellm_settings:
|
||||
callbacks: ["gcs_bucket"]
|
Loading…
Add table
Add a link
Reference in a new issue