From 25a8d89d288c4ff8d08640ef7f9c6ea45fbbe6d9 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 30 Aug 2023 20:23:01 -0700 Subject: [PATCH] Update readme.md --- cookbook/llm-ab-test-server/readme.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/cookbook/llm-ab-test-server/readme.md b/cookbook/llm-ab-test-server/readme.md index 02fc3f571..7e27562d0 100644 --- a/cookbook/llm-ab-test-server/readme.md +++ b/cookbook/llm-ab-test-server/readme.md @@ -78,10 +78,6 @@ https://lite-llm-abtest-nckmhi7ue-clerkieai.vercel.app/ pip install litellm ``` -Stable version -``` -pip install litellm==0.1.424 -``` ### Clone LiteLLM Git Repo ``` @@ -164,15 +160,6 @@ curl --location 'http://localhost:5000/chat/completions' \ ' ``` -## Viewing Logs -After running your first `completion()` call litellm autogenerates a new logs dashboard for you. Link to your Logs dashboard is generated in the terminal / console. - -Example Terminal Output with Log Dashboard - -Screenshot 2023-08-25 at 8 53 27 PM - - - # support / talk with founders - [Schedule Demo 👋](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version) - [Community Discord 💭](https://discord.gg/wuPM9dRgDw)