You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This issue is a bit unclear there are many proxy servers available right now including LiteLLM. Are you just looking for one implemented in TypeScript?
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 text was updated successfully, but these errors were encountered: