Skip to content
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

feature: custom callback functionality in vllm-router #186

Open
pwuersch opened this issue Feb 26, 2025 · 1 comment
Open

feature: custom callback functionality in vllm-router #186

pwuersch opened this issue Feb 26, 2025 · 1 comment
Labels
feature request New feature or request help wanted Extra attention is needed

Comments

@pwuersch
Copy link

Describe the feature

This feature would allow custom python code to be triggered on events such as a finished request or other points in the code. It would be something similar to LiteLLM's Custom Callback functionality.

Why do you need this feature?

We want to add some custom code to scan the returned code snippets for plagiarism, amongst other stuff. Later down the line we would also need to add some custom authentication logic to the different endpoints provided by the vllm-router.

Additional context

We would be happy to contribute such a feature if this aligns with your vision for the project overall.

@pwuersch pwuersch added the feature request New feature or request label Feb 26, 2025
@YuhanLiu11 YuhanLiu11 added good first issue Good for newcomers help wanted Extra attention is needed and removed good first issue Good for newcomers help wanted Extra attention is needed labels Feb 27, 2025
@ApostaC ApostaC added the help wanted Extra attention is needed label Feb 28, 2025
@YuhanLiu11
Copy link
Collaborator

Hey @pwuersch thanks for submitting the issue! Can you elaborate the custom authentication logic you would like to add to the endpoints?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants