Contact Details
No response
π¦ Package Version
0.4.3
ποΈ Framework Version
Agents
π Describe the Bug
In the onboarding flow for the OpenAI agents SDK, it's assumed that the OpenAI API key is set in the environment.
Fix:
Add this in the code before agentops.init is called.
import os
os.environ["OPENAI_API_KEY"] = "<your_api_key>"
π€ Contribution