docs: fix pip install litellm[proxy] instruction

This commit is contained in:
Krrish Dholakia 2024-01-06 13:49:15 +05:30
parent c51f012a56
commit f526340a5e
9 changed files with 8 additions and 14 deletions

View file

@ -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