mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
(docs) input
This commit is contained in:
parent
9b3a0c69f5
commit
bbdfd143b8
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ import TabItem from '@theme/TabItem';
|
|||
## Common Params
|
||||
LiteLLM accepts and translates the [OpenAI Chat Completion params](https://platform.openai.com/docs/api-reference/chat/create) across all providers.
|
||||
|
||||
### usage
|
||||
### Usage
|
||||
```python
|
||||
import litellm
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ response = litellm.completion(
|
|||
print(response)
|
||||
```
|
||||
|
||||
### translated OpenAI params
|
||||
### Translated OpenAI params
|
||||
This is a list of openai params we translate across providers.
|
||||
|
||||
This list is constantly being updated.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue