From 0230d4d257fe4900246df42a31256abb6809edde Mon Sep 17 00:00:00 2001 From: Ziyang Liu Date: Wed, 4 Mar 2026 19:19:52 +0800 Subject: [PATCH] chore: remove webhook-test.com references from generic API examples --- docs/my-website/docs/proxy/logging.md | 2 +- litellm/litellm_core_utils/logging_callback_manager.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/proxy/logging.md b/docs/my-website/docs/proxy/logging.md index 74a79776fbd..bfe7b262a94 100644 --- a/docs/my-website/docs/proxy/logging.md +++ b/docs/my-website/docs/proxy/logging.md @@ -2099,7 +2099,7 @@ litellm_settings: | `GENERIC_LOGGER_HEADERS` | Optional: Set headers to be sent to the custom API endpoint | No, this is optional | ```shell showLineNumbers title=".env" -GENERIC_LOGGER_ENDPOINT="https://webhook-test.com/30343bc33591bc5e6dc44217ceae3e0a" +GENERIC_LOGGER_ENDPOINT="https://example.com/litellm-webhook" # Optional: Set headers to be sent to the custom API endpoint diff --git a/litellm/litellm_core_utils/logging_callback_manager.py b/litellm/litellm_core_utils/logging_callback_manager.py index 38da11e777a..536d5fa6c1c 100644 --- a/litellm/litellm_core_utils/logging_callback_manager.py +++ b/litellm/litellm_core_utils/logging_callback_manager.py @@ -206,7 +206,7 @@ class LoggingCallbackManager: callback_settings: custom_callback_name: callback_type: generic_api - endpoint: https://webhook-test.com/30343bc33591bc5e6dc44217ceae3e0a + endpoint: https://example.com/litellm-webhook headers: Authorization: Bearer sk-1234 """