Skip to content

Commit ee1ad92

Browse files
authored
Fix error in readme / PR 11
Fix an error on readme
2 parents 5cedce4 + 75fad2b commit ee1ad92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For full details, advanced usage, and API reference, see here: [OpenAI Guardrail
1616

1717
2. **Install**
1818
```bash
19-
pip install guardrails
19+
pip install openai-guardrails
2020
```
2121

2222
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
9696

9797
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.
9898

99-
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.
99+
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.

0 commit comments

Comments
 (0)