Skip to content

Commit 1fd7e5f

Browse files
committed
Include project.urls in pyproject.toml
1 parent ace83b8 commit 1fd7e5f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenAI Guardrails: Python
1+
# OpenAI Guardrails: Python (Preview)
22

33
This is the Python version of OpenAI Guardrails, a package for adding configurable safety and compliance guardrails to LLM applications. It provides a drop-in wrapper for OpenAI's Python client, enabling automatic input/output validation and moderation using a wide range of guardrails.
44

@@ -195,4 +195,4 @@ MIT License - see LICENSE file for details.
195195

196196
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.
197197

198-
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.
198+
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. Guardrails calls paid OpenAI APIs, and developers are responsible for associated charges.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ classifiers = [
2626
"License :: OSI Approved :: MIT License",
2727
]
2828

29+
[project.urls]
30+
Homepage = "https://openai.github.io/openai-guardrails-python/"
31+
Repository = "https://github.com/openai/openai-guardrails-python"
32+
2933
[project.optional-dependencies]
3034
examples = [
3135
"pillow>=11.2.1",

0 commit comments

Comments
 (0)