Y
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
smcleod
65 days ago
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.
link
santiago-pl
65 days ago
TBH I decided to write GoModel because I needed something like this for my startup, enterpilot, and LiteLLM didn’t meet my needs.
link
santiago-pl
66 days ago
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.
link
goodkiwi
66 days ago
It’s also badly implemented - everything is a global import. Had to stop using it
link