mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 19:04:29 +00:00
fix code in docs
This commit is contained in:
@@ -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'] = ""
|
||||
|
||||
Reference in New Issue
Block a user