Hi @paul-grist - I’m not sure if this is a bug, or if the documentation needs clarification, but when I was attempting to get the AI assistant working on my self-hosted install, I was using the ASSISTANT_API_KEY
environment variable with my OpenAI key, and the AI assistant was not showing up. However, when I used the OPENAI_API_KEY
variable with the same key, then the AI assistant shows up.
This is confusing, since the docs say that that OPENAI_API_KEY
is a synonym of ASSISTANT_API_KEY
.
So if you are using ASSISTANT_API_KEY
, is there some other addition environment var needed to indicate that they key is intended for use with OpenAI?
Thanks