forked from phoenix/litellm-mirror
(feat) Add support for logging to GCS Buckets with folder paths (#6675)
* use helper to log * gcs _handle_folders_in_bucket_name * add test_basic_gcs_logger_with_folder_in_bucket_name * run gcs testing in logging callback tests * include correct deps * fix gcs bucket logging test * fix test_basic_gcs_logger_with_folder_in_bucket_name * fix test_get_gcs_logging_config_without_service_account * fix test gcs bucket * remove unused file
This commit is contained in:
parent
3d1c305401
commit
61026e189d
3 changed files with 183 additions and 27 deletions
|
@ -645,6 +645,8 @@ jobs:
|
|||
pip install "pytest-cov==5.0.0"
|
||||
pip install "pytest-asyncio==0.21.1"
|
||||
pip install "respx==0.21.1"
|
||||
pip install "google-generativeai==0.3.2"
|
||||
pip install "google-cloud-aiplatform==1.43.0"
|
||||
# Run pytest and generate JUnit XML report
|
||||
- run:
|
||||
name: Run tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue