AI
Open AI

OpenAI Integration

If you have purchased the AI boilerplate, then you can have OpenAI api already integrated into your project.

Setup

  1. Create an account on OpenAI (opens in a new tab).
  2. Create an API key.
  3. Add the API key to your .env file as OPENAI_API_KEY=your_api_key_here.

Usage

Now you can view the demo page at /ai-markdown and see the example usage of the API where you can generate markdown from a prompt.