- Issue created by @skounis
- 🇮🇳India venkatesh rajan.j
The patch applied correctly and the config form now accepts longer tokens. Thanks.
The text fields can't support the length of the new OpenAI API keys
Create a new OpenAI API key, copy and paste it in the configuration form and save. The key is stored truncated due to the maximum characters limit of the text field control
Change the textfield into a textarea control
The issue is similar to https://www.drupal.org/project/openai/issues/3465426 🐛 New, long keys can't be stored properly Needs work
Active
1.0
Code
The patch applied correctly and the config form now accepts longer tokens. Thanks.