From e825de8b4e8cd073004f7ee6222acd0b7e30fe29 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 8 Nov 2023 13:37:30 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c68439053..1546558f0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ LiteLLM manages -- Translating inputs to the provider's completion and embedding endpoints +- Translating inputs to the provider's `completion` and `embedding` endpoints - Guarantees [consistent output](https://docs.litellm.ai/docs/completion/output), text responses will always be available at `['choices'][0]['message']['content']` - Exception mapping - common exceptions across providers are mapped to the OpenAI exception types.