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