We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015768f commit 3002c88Copy full SHA for 3002c88
nemoguardrails/library/jailbreak_detection/actions.py
@@ -28,8 +28,8 @@
28
# See the License for the specific language governing permissions and
29
# limitations under the License.
30
31
-import os
32
import logging
+import os
33
from typing import Optional
34
35
from nemoguardrails.actions import action
nemoguardrails/library/jailbreak_detection/model_based/checks.py
@@ -13,8 +13,8 @@
13
14
15
16
17
18
from functools import lru_cache
19
from pathlib import Path
20
from typing import Union
0 commit comments