From 92612c0d4e8cf5cb62fee8b07075afa159c02bf7 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 15 Feb 2024 17:16:36 -0800 Subject: [PATCH] (docs) custom callback apis --- docs/my-website/docs/proxy/logging.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/my-website/docs/proxy/logging.md b/docs/my-website/docs/proxy/logging.md index 03dbf520fd..3f5596fc9e 100644 --- a/docs/my-website/docs/proxy/logging.md +++ b/docs/my-website/docs/proxy/logging.md @@ -300,6 +300,12 @@ ModelResponse( ## Custom Callback APIs [Async] +:::info + +This is an Enterprise only feature [Get Started with Enterprise here](https://github.com/BerriAI/litellm/tree/main/enterprise) + +::: + Use this if you: - Want to use custom callbacks written in a non Python programming language - Want your callbacks to run on a different microservice