Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Did you ever get this working? I am
Did you ever get this working? I am
Inactive
0
Follow
D
Darthus
12 months ago
ยท
Did you ever get this working? I am trying to use LiteLLM according to the examples in the documentation and getting an error with "import litellm" in the base utils code.
L
D
7 comments
Share
Open in Discord
L
Logan M
12 months ago
it's a bug with the import I guess, needs a PR to fix
L
Logan M
12 months ago
wait actually
L
Logan M
12 months ago
it works fine for me
L
Logan M
12 months ago
just need to run
pip install litellm
L
Logan M
12 months ago
probably the code should be raising a more informative error if its not installed, but not a huge deal
D
Darthus
12 months ago
That makes sense, I should have tried that first, I wasn't sure if litellm had to be installed separately or was installed along with llama-index.
L
Logan M
12 months ago
in general, to keep dependencies sane to manage, llama-index will not install any 3rd party integration automatically
Add a reply
Sign up and join the conversation on Discord
Join on Discord