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