Open
Description
I liked LiteLLM, but it's a Python library, and I'm not a fan of its speed. Also, I don’t understand why it was written in Python.
A couple of things it doesn’t cover:
- The library is great, but using their proxy server requires either extending their Docker or importing and writing code.
- I agree with the Docker part, but the Req/Res transformers (not LLM transformers) need middleware, similar to authentication.
- The core of the project, i.e., the proxy server, should be separated so that the user only needs to add the req/res transformations.
- Middleware plugins: If users need usage tracking or freemium logic, it should be handled via middleware. Technically, even the req/res transformers are middleware.
Metadata
Metadata
Assignees
Labels
No labels