Python SDK
Last updated
Python Python SDK is the easiest and most recommended way to integrate with Ownlayer
pip install ownlayerAdd add OWNLAYER_API_KEY to your .env file:
OWNLAYER_API_KEY=ey...xxxChange OpenAI or Anthropic imports to use Ownlayer wrapper
- import openai
+ from ownlayer.openai import openaiLast updated