mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
chore: remove webhook-test.com references from generic API examples
This commit is contained in:
parent
41b149ee93
commit
0230d4d257
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue