Skip to content

RePurpose

The RePurpose app lets you repurpose content with any of the supported LLM models. The models currently supported are Anthropic and OpenAI.

Before setting up

If you are connecting with OpenAI, make sure that:

  • You have an OpenAI account.
  • You have generated a new API key in the API keys section, granting programmatic access to OpenAI models on a ‘pay-as-you-go’ basis. With this, you only pay for your actual usage, which starts at $0,002 per 1,000 tokens for the fastest chat model. Note that the ChatGPT Plus subscription plan is not applicable for this; it only provides access to the limited web interface at chat.openai.com and doesn’t include OpenAI API access. Ensure you copy the entire API key, displayed once upon creation, rather than an abbreviated version. The API key has the shape sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.
  • Your API account has a payment method and a positive balance, with a minimum of $5. You can set this up in the Billing settings section.

Note: Blackbird by default uses the latest models in its actions. If your subscription does not support these models then you have to add the models you can use in every Blackbird action.

If you are connecting with Anthropic, make sure that:

Connecting

  1. Navigate to apps and search for RePurpose.
  2. Click Add Connection.
  3. Choose the model you want to connect to.
  4. Fill in your API key obtained earlier.
  5. Click Connect.

1733228702795

Actions

  • Repurpose content repurposes content to a specific target audience.
  • Repurpose file repurposes the file contents and returns a repurposed file. Note: it can only take any plaintext file type like txt, html or csv.

Repurpose content takes the following parameters:

  • Original content the original content in plain text.
  • Style guide how the content should be repurposed. E.g. target audience, tone of voice, vocabulary, length, etc.
  • Model (optional) the LLM model to use. If no model is selected, Open AI will use gpt4-o and Anthropic will use Claude 3.5 Sonnet
  • Language (optional) the target language the content should be created in.
  • Glossary (optional) a glossary that will be used for the repurposing.

Feedback

Do you want to use this app or do you have feedback on our implementation? Reach out to us using the established channels or create an issue.