-
Notifications
You must be signed in to change notification settings - Fork 2
Known Issues
Please, feel free to add any gotcha's that you run into. This list is to let people know about some known issues that might cause trouble as you experiment with this module. Some of these issues have work-arounds or can be avoided, if you are aware of them. Hopefully, we'll be able to address these issues as the module get's better. But for now, awareness is key!
-
Make sure that you do not have any white spaces before or after your key. These can cause some puzzling errors. Hoping to get a fix for this in the key module.
-
If you are not seeing a list of available modules on the configuration page, something is not working.
-
We recommend storing your API key in a file using the KEY module, required by OPENAI module. This will require that you put the key in a file and install it on your server manually. You may use the configuration option in the UI, but this could expose your key if you store your configuration files in git or they become otherwise exposed.