- Python SDK: Set the parameter
strict_open_ai_compliance=falsewhen initializing the Obiguard client. - Node SDK: Set the parameter
strictOpenAiCompliance: falsewhen initializing the Obiguard client. - HTTP Requests: Include the header
x-obiguard-strict-open-ai-compliance: falsein your request.
By default, Obiguard Python and Node SDKs have
strict_open_ai_compliance set to false.Examples
- Python SDK
- OpenAI Python
- cURL

