Skip to content

Commit a47970c

Browse files
committed
update debugging comment on llama_guard
Signed-off-by: Shonda-Adena-Witherspoon <[email protected]>
1 parent d5a74ca commit a47970c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_detector_adapter/generative_detectors/llama_guard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ async def content_analysis(
198198
# Verify whether the new_result is the correct is an errorresponse, and if so, return the errorresponse
199199
if isinstance(new_result, ErrorResponse):
200200
logger.debug(
201-
f"[llama_guard_content_analysis] ErrorResponse returned: {repr(new_result)}"
201+
f"[content_analysis] ErrorResponse returned: {repr(new_result)}"
202202
)
203203
return new_result
204204

0 commit comments

Comments
 (0)