From f3ec2efa21b6d892e975f3e4e3f206a803703856 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 3 Feb 2024 20:40:10 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c4221e031..65b711431 100644 --- a/README.md +++ b/README.md @@ -174,16 +174,12 @@ curl 'http://0.0.0.0:8000/key/generate' \ } ``` -### [Beta] Proxy UI +### [Beta] Proxy UI ([Docs](https://docs.litellm.ai/docs/proxy/ui)) -A simple UI to add new models and let your users create keys. - -Live here: https://dashboard.litellm.ai/ +A UI to create keys, track spend per key Code: https://github.com/BerriAI/litellm/tree/main/ui - - -Screenshot 2023-12-26 at 8 33 53 AM +![ui_3](https://github.com/BerriAI/litellm/assets/29436595/47c97d5e-b9be-4839-b28c-43d7f4f10033) ## Supported Providers ([Docs](https://docs.litellm.ai/docs/providers)) | Provider | [Completion](https://docs.litellm.ai/docs/#basic-usage) | [Streaming](https://docs.litellm.ai/docs/completion/stream#streaming-responses) | [Async Completion](https://docs.litellm.ai/docs/completion/stream#async-completion) | [Async Streaming](https://docs.litellm.ai/docs/completion/stream#async-streaming) | [Async Embedding](https://docs.litellm.ai/docs/embedding/supported_embedding) | [Async Image Generation](https://docs.litellm.ai/docs/image_generation) |