← Back to context

Comment by CuriouslyC

2 days ago

LiteLLM is kind of a mess TBH, I guess it's ok if you just want a docker container to proxy to for personal projects, but actually using it in production isn't great.

I definitely appreciate all the work that has gone in to LiteLLM but it doesn't take much browsing through the 7000+ line `utils.py` to see where using it could become problematic (https://github.com/BerriAI/litellm/blob/main/litellm/utils.p...)

> but actually using it in production isn't great.

I only use it in development. Could you elaborate on why you don't recommend using it in production?