Skip to content
Snippets Groups Projects

Issue #3505488: Improve instructions for the AI Installer.

2 unresolved threads
2 unresolved threads

Closes #3505488

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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:

    Suggested change
    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>.'
  • Gareth Alexander changed this line in version 2 of the diff

    changed this line in version 2 of the diff

  • Please register or sign in to reply
  • 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.

      Suggested change
      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>.'
    • Gareth Alexander changed this line in version 2 of the diff

      changed this line in version 2 of the diff

    • Please register or sign in to reply
  • added 1 commit

    Compare with previous version

  • added 3 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading