mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix code in docs
This commit is contained in:
parent
ce62dc40b9
commit
67f03be701
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
https://deepinfra.com/
|
||||
## Sample Usage
|
||||
```python
|
||||
import litellm
|
||||
from litellm import completion
|
||||
import os
|
||||
|
||||
os.environ['DEEPINFRA_API_KEY'] = ""
|
||||
|
|
@ -14,7 +14,7 @@ response = completion(
|
|||
|
||||
## Sample Usage - Streaming
|
||||
```python
|
||||
import litellm
|
||||
from litellm import completion
|
||||
import os
|
||||
|
||||
os.environ['DEEPINFRA_API_KEY'] = ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue