From d6b6b32250cdf53c5f66edcd8e0cb0c8174aacd2 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 24 Aug 2023 08:29:06 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 680e89b0c..513a9afc3 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ LiteLLM manages -- translating inputs to the provider's completion and embedding endpoints -- guarantees [consistent output](https://litellm.readthedocs.io/en/latest/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](https://help.openai.com/en/articles/6897213-openai-library-error-types-guidance) +- Translating inputs to the provider's completion and embedding endpoints +- Guarantees [consistent output](https://litellm.readthedocs.io/en/latest/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](https://help.openai.com/en/articles/6897213-openai-library-error-types-guidance) # usage **Free** Dashboard - https://docs.litellm.ai/docs/debugging/hosted_debugging