add webhook support

This commit is contained in:
Yochai Lehman
2024-02-11 16:52:49 -05:00
parent d0958022a0
commit 9a54be5414
4 changed files with 123 additions and 1 deletions

View File

@ -76,3 +76,9 @@ base_url = ""
[litellm]
LITELLM_TOKEN = "" # see https://docs.litellm.ai/docs/debugging/hosted_debugging for details and instructions on how to get a token
[azuredevops_server]
# For Azure devops Server basic auth - configured in the webhook creation
# Optional, uncomment if you want to use Azure devops webhooks. Value assinged when you create the webhook
# webhook_username = "<basic auth user>"
# webhook_password = "<basic auth password>"