Open AI Setup

Bring AI to your project

In this video you will learn how to setup Open AI - ChatGPT

To get your API KEY

Cron JOB setup

When using Open AI, you will neet to setup cron JOBS that will run on some interval. Suggested is 1-5 min.

The cron job that need to be executed is

curl -sSf https://youdomain.com/gen/cron/ai

https://youdomain.com/gen/cron/ai

Here is how you can create cron job in cPanel

Last updated