forked from phoenix/litellm-mirror
(docs) fix local debugging
This commit is contained in:
parent
224a028ab6
commit
30b80afe31
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ There's 2 ways to do local debugging - `litellm.set_verbose=True` and by passing
|
||||||
|
|
||||||
This is good for getting print statements for everything litellm is doing.
|
This is good for getting print statements for everything litellm is doing.
|
||||||
```python
|
```python
|
||||||
|
import litellm
|
||||||
from litellm import completion
|
from litellm import completion
|
||||||
|
|
||||||
litellm.set_verbose=True # 👈 this is the 1-line change you need to make
|
litellm.set_verbose=True # 👈 this is the 1-line change you need to make
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue