From 6429763afdc05112e289c0df35bbfe19deece90e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 17 Oct 2023 13:38:55 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c9dd3b94..62c8735e3 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,11 @@ docker build -t litellm . && docker run -p 8000:8000 litellm | [deepinfra](https://docs.litellm.ai/docs/providers/deepinfra) | ✅ | ✅ | ✅ | ✅ | [**Read the Docs**](https://docs.litellm.ai/docs/) -# Contributing +## Logging Observability - Log LLM Input/Output ([Docs](https://docs.litellm.ai/docs/observability/callbacks)) +LiteLLM exposes pre defined callbacks to send data to LLMonitor, Langfuse, Helicone, Promptlayer, Traceloop, Slack + + +## Contributing To contribute: Clone the repo locally -> Make a change -> Submit a PR with the change. Here's how to modify the repo locally: