Closed ad-si closed 6 months ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Hi :wave: This sounds like a configuration problem rather than a bug. Do you mind posting this as a question on https://discourse.jupyter.org/ instead?
When you post there please can you show your full configuration, e.g. where are you setting OPENAI_API_KEY
? Thanks!
Bug description
I'm trying to set up a default config for jupyter-ai as described here: https://jupyter-ai.readthedocs.io/en/latest/users/index.html#configuring-as-a-config-file
I put the config file at
/home/jupyter-adrian/.jupyter/jupyter_jupyter_ai_config.json
, but the settings don't seem got get picked up. I'm still getting the error:OSError: Authentication environment variable OPENAI_API_KEY is not set.
Your personal set up
Clean install of TLJH version 4.1.6
Didn't see anything relevant in the
journalctl
logs.