Skip to content

Docker Proxy Sever #139

Open
Open
@PraveenAsh

Description

@PraveenAsh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions