From 122289c07fbec1c16be1b7e15098383e69ae6f34 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 24 Aug 2023 09:43:32 -0700 Subject: [PATCH] docs --- docs/my-website/docs/debugging/hosted_debugging.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/my-website/docs/debugging/hosted_debugging.md b/docs/my-website/docs/debugging/hosted_debugging.md index 0d1846266..17dcebe96 100644 --- a/docs/my-website/docs/debugging/hosted_debugging.md +++ b/docs/my-website/docs/debugging/hosted_debugging.md @@ -8,20 +8,22 @@ LiteLLM offers a UI to: Dashboard ## Getting Started -Make a `litellm.completion()` call 👉 get your debugging dashboard +1 Step: +* Make a `litellm.completion()` call 👉 get your debugging dashboard -Example Code - Normal `litellm.completion()` call: +Example Code: Regular `litellm.completion()` call: ```python from litellm import completion messages = [{ "content": "Hello, how are you?" ,"role": "user"}] response = completion(model="gpt-3.5-turbo", messages=[{"role": "user", "content": "Hi 👋 - i'm openai"}]) ``` -### Output with dashboard +## Completion() Output with dashboard All `completion()` calls print with a link to your session dashboard Dashboard +Example Output from litellm completion ```bash Here's your LiteLLM Dashboard 👉 https://admin.litellm.ai/88911906-d786-44f2-87c7-9720e6031b45 JSON: {