Skip to content

Commit

Permalink
fix issue found by pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lior-ps committed Feb 1, 2025
1 parent 669e86f commit d5f02d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ docs/**/config
firebase.json
scratch.py

.env
.env
2 changes: 1 addition & 1 deletion nemoguardrails/library/prompt_security/flows.co
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ flow protect response
bot inform answer unknown
stop
else if $result["is_modified"]
$bot_message = $result["modified_text"]
$bot_message = $result["modified_text"]

0 comments on commit d5f02d7

Please sign in to comment.