Skip to content

Commit

Permalink
Update to correct pip install for litellm (#2602)
Browse files Browse the repository at this point in the history
The doc mentions `pip install litellm[proxy]` which won't work. The correct command is  `pip install 'litellm[proxy]'`.
  • Loading branch information
r4881t committed May 6, 2024
1 parent 498aa7f commit 9418b17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Note: We recommend using a virtual environment for your stack, see [this article
Install LiteLLM with the proxy server functionality:

```bash
pip install litellm[proxy]
pip install 'litellm[proxy]'
```

Note: If using Windows, run LiteLLM and Ollama within a [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install).
Expand Down

0 comments on commit 9418b17

Please sign in to comment.