From ae10299058378b8bd9b792e0914ecb444dc50364 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 15 Dec 2023 18:20:15 +0530 Subject: [PATCH] (docs) dynamo --- docs/my-website/docs/proxy/logging.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/proxy/logging.md b/docs/my-website/docs/proxy/logging.md index 270d8e3bd0e..d7a0c96cebc 100644 --- a/docs/my-website/docs/proxy/logging.md +++ b/docs/my-website/docs/proxy/logging.md @@ -520,9 +520,23 @@ litellm --config config.yaml --debug ``` Test Request +```shell +curl --location 'http://0.0.0.0:8000/chat/completions' \ + --header 'Content-Type: application/json' \ + --data ' { + "model": "Azure OpenAI GPT-4 East", + "messages": [ + { + "role": "user", + "content": "what llm are you" + } + ] + }' ``` -litellm --test -``` + +Your logs should be available on DynamoDB + +**Note: LiteLLM Proxy Auto Creates the table called `litellm-server-logs` when initialized**. It takes 1-2 mins after your first request to provision your table. After this all requests will be logged to DynamoDB #### Data Logged to DynamoDB /chat/completions