Not a huge issue, more of a suggestion to improve user experience.
When trying langgraph dev I get
Lib\site-packages\openai\_client.py", line 337, in __init__
raise OpenAIError(
"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"
)
openai.OpenAIError: 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
[uvicorn.error] api_variant=local_dev
2025-02-15T22:48:28.783041Z [error ] Application startup failed. Exiting. [uvicorn.error] api_variant=local_dev
Not a huge issue, more of a suggestion to improve user experience.
When trying
langgraph devI get