diff --git a/README.md b/README.md index c68439053a..1546558f08 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.