Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to correct pip install for litellm #2602

Merged
merged 1 commit into from
May 6, 2024
Merged

Conversation

r4881t
Copy link
Contributor

@r4881t r4881t commented May 6, 2024

Why are these changes needed?

This is because the default command mentioned for pip install of litellm does not work. The doc mentions pip install litellm[proxy] which won't work. The correct command is pip install 'litellm[proxy]'.

Related issue number

Nothing.

Checks

The doc mentions `pip install litellm[proxy]` which won't work. The correct command is  `pip install 'litellm[proxy]'`.
Copy link
Collaborator

@ekzhu ekzhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This happens on Mac when using zsh

@ekzhu ekzhu enabled auto-merge May 6, 2024 16:14
@ekzhu ekzhu added this pull request to the merge queue May 6, 2024
Merged via the queue into microsoft:main with commit 9418b17 May 6, 2024
18 checks passed
jayralencar pushed a commit to jayralencar/autogen that referenced this pull request May 28, 2024
The doc mentions `pip install litellm[proxy]` which won't work. The correct command is  `pip install 'litellm[proxy]'`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants