mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-21 03:59:42 +00:00
Rename tmp dir to sample_data; remove print statements
This commit is contained in:
parent
73275f07b7
commit
e64961697a
10 changed files with 9 additions and 11 deletions
|
@ -140,8 +140,6 @@ class NeMoGuardrails:
|
|||
"config_id": self.config_id,
|
||||
},
|
||||
}
|
||||
print("request_data")
|
||||
print(request_data)
|
||||
response = await self._guardrails_post(path="/v1/guardrail/checks", data=request_data)
|
||||
|
||||
if response["status"] == "blocked":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue