Skip to content

Docker Proxy Sever #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
PraveenAsh opened this issue Feb 3, 2025 · 1 comment
Open

Docker Proxy Sever #139

PraveenAsh opened this issue Feb 3, 2025 · 1 comment

Comments

@PraveenAsh
Copy link

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:

  1. The library is great, but using their proxy server requires either extending their Docker or importing and writing code.
  2. I agree with the Docker part, but the Req/Res transformers (not LLM transformers) need middleware, similar to authentication.
  3. 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.
  4. Middleware plugins: If users need usage tracking or freemium logic, it should be handled via middleware. Technically, even the req/res transformers are middleware.
@RPate97
Copy link
Contributor

RPate97 commented Feb 3, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants