Problem/Motivation
The text fields can't support the length of the new OpenAI API keys
Steps to reproduce
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
Proposed resolution
Change the textfield into a textarea control
Remaining tasks
User interface changes
API changes
Data model changes
The issue is similar to https://www.drupal.org/project/openai/issues/3465426
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3481140-01.patch | 928 bytes | skounis |
Issue fork metatag_ai-3481140
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
skounis commentedComment #4
venkatesh rajan.j commentedThe patch applied correctly and the config form now accepts longer tokens. Thanks.
Comment #5
venkatesh rajan.j commentedComment #6
nx2611 commented