forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
7649b34d5f
commit
b0bdaa5883
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
# litellm
|
# litellm
|
||||||
a simple, fast, 100 line package to call OpenAI, Azure, Cohere, Anthropic API Endpoints
|
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
|
# usage
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue