AgentOps provides first class support for OpenAI’s GPT family of models
Install the AgentOps SDK
Install the OpenAI SDK
openai<1.0.0
has limited support while openai>=1.0.0
is continuously supported.openai<1.0.0
, use the following:Add 3 lines of code
agentops.init
before calling any openai
, cohere
, crew
, etc models..env
variable for easy access.Run your Agent
Clickable link to session