You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Solution is probably just to defer client instantiation by one function call.
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
Solution is probably just to defer client instantiation by one function call.
reflex-examples/gpt/gpt/gpt.py
Line 11 in cb3e32c
The text was updated successfully, but these errors were encountered: