Issue #3505488: Improve instructions for the AI Installer.
Merged
requested to merge issue/drupal_cms-3505488:3505488-Improve-AI-installer-instructions into 1.0.x
2 unresolved threads
Closes #3505488
Merge request reports
Activity
41 41 question: 'If you want to use OpenAI, enter your OpenAI API key. Otherwise, you can leave this empty:' 42 42 form: 43 43 '#type': 'textfield' 44 '#description': 'Your OpenAI API key.' 44 '#description': 'Enter your OpenAI API key.<br>Your API keys can be found at: <a href="https://platform.openai.com/settings/organization/api-keys" target="_blank">https://platform.openai.com/settings/organization/api-keys</a>.' It feels kind of clunky to repeat the URL as the text of the link. How about:
44 '#description': 'Enter your OpenAI API key.<br>Your API keys can be found at: <a href="https://platform.openai.com/settings/organization/api-keys" target="_blank">https://platform.openai.com/settings/organization/api-keys</a>.' 44 '#description': 'Enter your OpenAI API key.<br>Your API keys can be found in <a href="https://platform.openai.com/settings/organization/api-keys" target="_blank">your OpenAI account settings</a>.' changed this line in version 2 of the diff
64 64 question: 'If you want to use Anthropic, enter your Anthropic API key. Otherwise, you can leave this empty:' 65 65 form: 66 66 '#type': 'textfield' 67 '#description': 'Your Anthropic API key.' 67 '#description': 'Enter your Anthropic API key.<br>Your API keys can be found at: <a href="https://console.anthropic.com/settings/keys" target="_blank">https://console.anthropic.com/settings/keys</a>.' Same complaint here.
67 '#description': 'Enter your Anthropic API key.<br>Your API keys can be found at: <a href="https://console.anthropic.com/settings/keys" target="_blank">https://console.anthropic.com/settings/keys</a>.' 67 '#description': 'Enter your Anthropic API key.<br>Your API keys can be found in <a href="https://console.anthropic.com/settings/keys" target="_blank">your Anthropic account settings</a>.' changed this line in version 2 of the diff
added 1 commit
added 1 commit
Please register or sign in to reply