diff --git a/README.md b/README.md index af70d65..dc1ad4a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenAI Guardrails: Python +# OpenAI Guardrails: Python (Preview) 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. @@ -195,4 +195,4 @@ MIT License - see LICENSE file for details. 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. +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. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2508d2d..6e5827c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,10 @@ classifiers = [ "License :: OSI Approved :: MIT License", ] +[project.urls] +Homepage = "https://openai.github.io/openai-guardrails-python/" +Repository = "https://github.com/openai/openai-guardrails-python" + [project.optional-dependencies] examples = [ "pillow>=11.2.1",