OpenAI Integration
If you have purchased the AI boilerplate, then you can have OpenAI api already integrated into your project.
Setup
- Create an account on OpenAI (opens in a new tab).
- Create an API key.
- Add the API key to your
.envfile asOPENAI_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.