Skip to content

Commit 60f21be

Browse files
author
Baur
authored
Merge pull request #21 from ZenGuard-AI/baur/branch
[client] incorporate bug fixes
2 parents 1fea9ef + 3e566d7 commit 60f21be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ZenGuard AI enables AI developers to integrate production-level, low-code LLM (L
1616
* **Allowed Topics Detection**: Enables your model/app to generate content within specified, permissible topics.
1717
* **Banned Topics Detection**: Prevents the model from producing content on prohibited subjects.
1818
* **Keywords Detection**: Allows filtering and sanitization of your application's requests and responses or content generation based on specific keywords.
19+
* **Toxicity Detection**: Evaluate the presence of toxic elements in the prompt. Its main goal is to detect and neutralize potentially harmful or offensive material, helping to uphold a safe and positive online environment.
1920

2021
# Quick Start
2122
## Installation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zenguard"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Plug-and-play production grade security for GenAI applications"
55
authors = ["ZenGuard Team <hello@zenguard.ai>"]
66
license = "MIT"

0 commit comments

Comments
 (0)