We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a74ca commit a47970cCopy full SHA for a47970c
vllm_detector_adapter/generative_detectors/llama_guard.py
@@ -198,7 +198,7 @@ async def content_analysis(
198
# Verify whether the new_result is the correct is an errorresponse, and if so, return the errorresponse
199
if isinstance(new_result, ErrorResponse):
200
logger.debug(
201
- f"[llama_guard_content_analysis] ErrorResponse returned: {repr(new_result)}"
+ f"[content_analysis] ErrorResponse returned: {repr(new_result)}"
202
)
203
return new_result
204
0 commit comments