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
Extend judge detection to support /api/v1/text/generationDetector API as the vllm_judge already has a way to mention the prompt that cause the generation of content being evaluated.
Request schema for /api/v1/text/generation:
{
"prompt": "This is my amazing prompt",
"generated_text": "Some text generated by an LLM",
"detector_params": {}
}