From cb413adaaccc7e806c64773c5d5df2c00cf706d7 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 25 Aug 2023 19:24:21 -0700 Subject: [PATCH] update docs --- docs/my-website/docs/tutorials/first_playground.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/my-website/docs/tutorials/first_playground.md b/docs/my-website/docs/tutorials/first_playground.md index 3104ea48a..40ba98af1 100644 --- a/docs/my-website/docs/tutorials/first_playground.md +++ b/docs/my-website/docs/tutorials/first_playground.md @@ -1,10 +1,9 @@ # Create your first playground import Image from '@theme/IdealImage'; -Learn how to build a light version of the demo playground as shown on the website in less than 10 minutes. - -**What we'll build**: We'll build the server and connect it to our template frontend, ending up with a deployed playground by the end! +Create a playground to **evaluate multiple LLM Providers in less than 10 minutes**. If you want to see this in prod, check out our [website](https://litellm.ai/). +**How will we do this?**: We'll build the server and connect it to our template frontend, ending up with a working playground UI by the end! :::info