How does it compare to Bifrost?
LiteLLM is basically Bifrost in the Python ecosystem.
Litelm: LiteLLM Without the Bloat
21–30 of 73 posts
Re: Litelm: LiteLLM Without the Bloat
#22This is a 30 minute project with a frontier LLM. I don’t see why anyone would use anyone else’s router. Techniques are valuable today. Libraries are not.
Actually not. There are so many edge cases. Also these routers are only useful if they have a minimal layer of observability. Yes, LLMs can do a great job at writing semi-working MVP. Turning it into a usable project still requires a team. Yeah, maybe for your toy project you can use a LLM written tool. Also, I am not saying LiteLLM is good either.
Re: Litelm: LiteLLM Without the Bloat
#23I’m biased but I think mine is coded to a higher standard than litelm. https://github.com/s-banach/langchaint
Re: Litelm: LiteLLM Without the Bloat
#24Re: Litelm: LiteLLM Without the Bloat
#25I strongly recommend the authors rewrite the readme by hand. It’s kind of a snif test for how much care someone put into this project.
[flagged]
Re: Litelm: LiteLLM Without the Bloat
#26Re: Litelm: LiteLLM Without the Bloat
#27Re: Litelm: LiteLLM Without the Bloat
#28This is a cool project, and the idea of using LLMs to selectively extract features from open source projects is an interesting concept. The only thing I take issue with is the phrase "LiteLLM Without the Bloat." A lot of the features that have been removed (like cost tracking, streaming, caching) are... kind of the core value proposition of LiteLLM for many of their users.
LiteLLM doesn't quite live up to its name. With all those features, there is nothing "lite" about it. It is essential for a project to live up to its name. Imagine Sqlite adding heavy features from Postgresql, e.g. row-level security.
Re: Litelm: LiteLLM Without the Bloat
#29Re: Litelm: LiteLLM Without the Bloat
#30I strongly recommend the authors rewrite the readme by hand. It’s kind of a snif test for how much care someone put into this project.