diff --git a/recipes/drupal_cms_ai/recipe.yml b/recipes/drupal_cms_ai/recipe.yml index 487a85395136ce743416e01c2e8d473ade26a7c9..9f3684a5d5fd39e2c455e0a9e0c5f88a409ffc48 100644 --- a/recipes/drupal_cms_ai/recipe.yml +++ b/recipes/drupal_cms_ai/recipe.yml @@ -41,7 +41,7 @@ input: question: 'If you want to use OpenAI, enter your OpenAI API key. Otherwise, you can leave this empty:' form: '#type': 'textfield' - '#description': 'Your OpenAI API key.' + '#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>.' '#title': 'API Key' '#required': false '#maxlength': 256 @@ -64,7 +64,7 @@ input: question: 'If you want to use Anthropic, enter your Anthropic API key. Otherwise, you can leave this empty:' form: '#type': 'textfield' - '#description': 'Your Anthropic API key.' + '#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>.' '#title': 'API Key' '#required': false '#maxlength': 256