- Issue created by @interdruper
- 🇬🇧United Kingdom scott_euser
Wouldn't have to worry about this any more if ✨ integrate with http://drupal.org/project/openai Active is completed; would always get the latest providers & models available
OpenAI keys now have a length of 165 chars. The settings form use a 'textfield' with the default maxsize of 128 for storing the key.
In /admin/config/media/openai_images_settings, enter a key with length bigger than 128: it is stored truncated, generating an 'Invalid key' error.
Extend the max length of the form textfield to 255.
Active
1.0
Code
Wouldn't have to worry about this any more if ✨ integrate with http://drupal.org/project/openai Active is completed; would always get the latest providers & models available