From 963d004864fc9f8ce9f14b01f9510ff28a38d4b8 Mon Sep 17 00:00:00 2001 From: Gareth Alexander <gareth_alexander@hotmail.com> Date: Wed, 12 Feb 2025 01:52:29 +0000 Subject: [PATCH 1/3] Issue #3505488: Improve instructions for the AI Installer. --- recipes/drupal_cms_ai/recipe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/drupal_cms_ai/recipe.yml b/recipes/drupal_cms_ai/recipe.yml index 487a85395..9f3684a5d 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 -- GitLab From 0200d3acee73656f0e6441bc0ecd83016d34d645 Mon Sep 17 00:00:00 2001 From: Gareth Alexander <gareth_alexander@hotmail.com> Date: Thu, 13 Feb 2025 03:12:05 +0000 Subject: [PATCH 2/3] Issue #3505488: Update links to AI websites. --- recipes/drupal_cms_ai/recipe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/drupal_cms_ai/recipe.yml b/recipes/drupal_cms_ai/recipe.yml index 9f3684a5d..6056c8b7b 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': '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>.' + '#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 (opens new window)</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': '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>.' + '#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 (opens new window)</a>.' '#title': 'API Key' '#required': false '#maxlength': 256 -- GitLab From 35ac3bdb87a03064eb6a1867c07ad045528c79d9 Mon Sep 17 00:00:00 2001 From: Gareth Alexander <gareth@zoocha.com> Date: Tue, 18 Feb 2025 11:47:34 +0000 Subject: [PATCH 3/3] Issue #3505488: Adding note about paid tiers. --- recipes/drupal_cms_ai/recipe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/drupal_cms_ai/recipe.yml b/recipes/drupal_cms_ai/recipe.yml index 6056c8b7b..9501edf99 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': '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 (opens new window)</a>.' + '#description': 'Enter your OpenAI API key.<br>You can find your API keys in <a href="https://platform.openai.com/settings/organization/api-keys" target="_blank">your OpenAI account settings (opens new window)</a>.<br><strong>Note:</strong> A paid OpenAI plan is required for AI features to function.' '#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': '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 (opens new window)</a>.' + '#description': 'Enter your Anthropic API key.<br>You can find your API keys in <a href="https://console.anthropic.com/settings/keys" target="_blank">your Anthropic account settings (opens new window)</a>.<br><strong>Note:</strong> A paid Anthropic plan is required for AI features to function.' '#title': 'API Key' '#required': false '#maxlength': 256 -- GitLab