chore: remove webhook-test.com references from generic API examples

This commit is contained in:
Ziyang Liu 2026-03-04 19:19:52 +08:00
parent 41b149ee93
commit 0230d4d257
2 changed files with 2 additions and 2 deletions

View file

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

View file

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