Update README.md

This commit is contained in:
Ishaan Jaff 2023-07-26 17:50:27 -07:00 committed by GitHub
parent 7649b34d5f
commit b0bdaa5883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,9 @@
# litellm
a simple, fast, 100 line package to call OpenAI, Azure, Cohere, Anthropic API Endpoints
litellm manages:
- translating inputs to completion and embedding endpoints
- guarantees consistent output, text responses will always be available at `['choices'][0]['message']['content']`
# usage
```python