diff --git a/docs/my-website/docs/observability/raw_request_response.md b/docs/my-website/docs/observability/raw_request_response.md index 7b978a643..dddf75e98 100644 --- a/docs/my-website/docs/observability/raw_request_response.md +++ b/docs/my-website/docs/observability/raw_request_response.md @@ -4,6 +4,7 @@ import Image from '@theme/IdealImage'; See the raw request/response sent by LiteLLM in your logging provider (OTEL/Langfuse/etc.). +**on SDK** ```python # pip install langfuse import litellm @@ -33,6 +34,13 @@ response = litellm.completion( ) ``` +**on Proxy** + +```yaml +litellm_settings: + log_raw_request_response: True +``` + **Expected Log** \ No newline at end of file