A Drupal module to be used with Open Social to generate demo content based on a company description, its using the OpenAI GPT3 engine to generate the content.
- Go to https://beta.openai.com/ and retrieve an API key
- Add
$settings['openai_gpt3_api_key'] = 'YOUR_API_KEY'
to settings.php - Enable the module
- Go to
/admin/config/development/social-demo-gpt3/generate
and generate the content.