From 75fad2bee6b3f12c59d52007324d267a47b2e713 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Fri, 3 Oct 2025 21:49:55 -0700 Subject: [PATCH] Fix an error on readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92ce3fa..72eb1b1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ For full details, advanced usage, and API reference, see here: [OpenAI Guardrail 2. **Install** ```bash - pip install guardrails + pip install openai-guardrails ``` 3. **Wrap your OpenAI client with Guardrails** @@ -96,4 +96,4 @@ The Python package is intended to be MIT-licensed in the future, subject to chan Please note that Guardrails may use Third-Party Services such as the [Presidio open-source framework](https://github.com/microsoft/presidio), which are subject to their own terms and conditions and are not developed or verified by OpenAI. -Developers are responsible for implementing appropriate safeguards to prevent storage or misuse of sensitive or prohibited content (including but not limited to personal data, child sexual abuse material, or other illegal content). OpenAI disclaims liability for any logging or retention of such content by developers. Developers must ensure their systems comply with all applicable data protection and content safety laws, and should avoid persisting any blocked content generated or intercepted by Guardrails. \ No newline at end of file +Developers are responsible for implementing appropriate safeguards to prevent storage or misuse of sensitive or prohibited content (including but not limited to personal data, child sexual abuse material, or other illegal content). OpenAI disclaims liability for any logging or retention of such content by developers. Developers must ensure their systems comply with all applicable data protection and content safety laws, and should avoid persisting any blocked content generated or intercepted by Guardrails.