Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 449 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 449 Bytes

social_demo_gpt3

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.

Getting started

  1. Go to https://beta.openai.com/ and retrieve an API key
  2. Add $settings['openai_gpt3_api_key'] = 'YOUR_API_KEY' to settings.php
  3. Enable the module
  4. Go to /admin/config/development/social-demo-gpt3/generate and generate the content.