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
Yea this is expected behaviour. load_dotenv moves key-value pairs from .env files --> os value, so you can also do .zshrc file if you want to permanently add it there forever. We just need to ensure that the api keys are uploaded to the os environment
I don't know if this is expected behavior, but I have to call load_dotenv() otherwise I get this:
result.result.UnwrapError: Called
Result.unwrap()on an
Errvalue: "Missing API key 'OPENAI_API_KEY' in environment"
Repro:
Follow the pydata demo steps.
cc @saqadri , @Ankush-lastmile , @rossdanlm
The text was updated successfully, but these errors were encountered: