(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:
Ishaan Jaff 2024-11-06 17:14:56 -08:00 committed by GitHub
parent dec7ffe94d
commit 5f08a901b2
4 changed files with 73 additions and 19 deletions

View file

@ -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"]