Hey guys, I’ve just start messing with the Quickstart https://openai.github.io/openai-agents-python/quickstart/
and I’ve generated an API key on
https://platform.openai.com/account/api-keys
also put some credit on it and so on but on the quick start when I call the runner with the agent I do get
Tracing client error 401: {
"error": {
"message": "Incorrect API key provided:
It’s a python code, I do have OPENAI_API_KEY=sk-proj-
in my .env and they are loaded not sure why its happening macos