I’m running a crew in the new app.
If I’m getting the status of the crew I’m getting this status response.
{
"state": "FAILED",
"status": "litellm.AuthenticationError: AuthenticationError: OpenAIException - The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable",
"result": null,
"last_step": null,
"last_executed_task": null
}
I set the environment variable in the app:
What did I wrong and how can I fix it?