forked from phoenix/litellm-mirror
docs
This commit is contained in:
parent
a3e4773185
commit
48407a2e46
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
* [Supported OpenAI LLMs](https://docs.litellm.ai/docs/providers/openai)
|
||||
* [Supported Azure OpenAI LLMs](https://docs.litellm.ai/docs/providers/azure)
|
||||
|
||||
## Basic Completion()
|
||||
## Completion() - Quick Start
|
||||
```python
|
||||
import os
|
||||
from litellm import completion
|
||||
|
@ -94,7 +94,7 @@ response = acompletion(
|
|||
|
||||
```
|
||||
|
||||
## Calling completion() multi-threaded
|
||||
## Completion() multi-threaded
|
||||
|
||||
```python
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue