Hacker News new | ask | show | jobs
by pjmlp 66 days ago
Expectable, given that LiteLLM seems to be implemented in Python.

However kudos for the project, we need more alternatives in compiled languages.

3 comments

LiteLLM proxy has to be about the worst codebase and performing Python code I've used in a long time. Incredibly poor performance, riddled with serious bugs and to be honest devs that don't seem to understand them.
TBH I decided to write GoModel because I needed something like this for my startup, enterpilot, and LiteLLM didn’t meet my needs.
Agree and thank you! Please let us know if you'd like to give it a try and if you miss any feature in GoModel.
It’s also badly implemented - everything is a global import. Had to stop using it