From 53c2ada9e3125bbd147461d065754fd0b0a8a8ed Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 4 Nov 2023 17:23:36 -0700 Subject: [PATCH] (docs) index.md --- docs/my-website/docs/index.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/my-website/docs/index.md b/docs/my-website/docs/index.md index 7c9b60eaee..4c39a46bb4 100644 --- a/docs/my-website/docs/index.md +++ b/docs/my-website/docs/index.md @@ -395,22 +395,6 @@ response = completion( ) ``` -## 💥 LiteLLM Server - Deploy LiteLLM -1-Click Deploy -A simple, fast, and lightweight OpenAI-compatible server to call 100+ LLM APIs in the OpenAI Input/Output format - -### Server Endpoints: -- `/chat/completions` - chat completions endpoint to call 100+ LLMs -- `/models` - available models on serve - -👉 Docs: https://docs.litellm.ai/docs/simple_proxy - -[![Deploy](https://deploy.cloud.run/button.svg)](https://l.linklyhq.com/l/1uHtX) -[![Deploy](https://render.com/images/deploy-to-render-button.svg)](https://l.linklyhq.com/l/1uHsr) -[![Deploy](../img/deploy-to-aws.png)](https://docs.litellm.ai/docs/simple_proxy#deploy-on-aws-apprunner) - - - ## More details * [exception mapping](./exception_mapping.md) * [retries + model fallbacks for completion()](./completion/reliable_completions.md)