From 9f180831fe2d25d9a2fe097d672c416706eeb26f Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 3 Nov 2023 13:07:00 -0700 Subject: [PATCH] docs(simple_proxy.md): doc cleanup --- docs/my-website/docs/simple_proxy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/my-website/docs/simple_proxy.md b/docs/my-website/docs/simple_proxy.md index 895c5d2ad7a..7bf9d08142b 100644 --- a/docs/my-website/docs/simple_proxy.md +++ b/docs/my-website/docs/simple_proxy.md @@ -8,9 +8,9 @@ LiteLLM Server, is a simple, fast, and lightweight **OpenAI-compatible server** LiteLLM Server supports: -* LLM API Calls in the OpenAI ChatCompletions format -* Set custom prompt templates -* Caching + Logging capabilities (Redis and Langfuse, respectively) +* Call [Huggingface/Bedrock/TogetherAI/etc.](#other-supported-models) in the OpenAI ChatCompletions format +* Set custom prompt templates + model-specific configs (temperature, max_tokens, etc.) +* Caching (In-memory + Redis) [**See Code**](https://github.com/BerriAI/litellm/tree/main/litellm_server)