mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
docs: fix pip install litellm[proxy] instruction
This commit is contained in:
parent
bf56179da8
commit
b51d98c6e3
9 changed files with 8 additions and 14 deletions
|
@ -20,7 +20,7 @@ try:
|
|||
import yaml
|
||||
import orjson
|
||||
except ImportError as e:
|
||||
raise ImportError(f"Missing dependency {e}. Run `pip install litellm[proxy]`")
|
||||
raise ImportError(f"Missing dependency {e}. Run `pip install 'litellm[proxy]'`")
|
||||
|
||||
import random
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue