Currently, we expect OPENAI_API_KEY to be set as environmental variable, which can be non-intuitive.
We can allow the users to set this key (and also other API keys) in the app configuration file, so that it can be set through the web interface or the YAML config file.
Are there any safety issues that we should think of? @oplatek
Currently, we expect
OPENAI_API_KEY
to be set as environmental variable, which can be non-intuitive.We can allow the users to set this key (and also other API keys) in the app configuration file, so that it can be set through the web interface or the YAML config file.
Are there any safety issues that we should think of? @oplatek