# TicoSEO powered by Open AI

![PHP 8.1+](https://img.shields.io/badge/PHP-8.1%2B-brightgreen)
<table width='100%' align="center">
    <tr>
        <td align='left' width='100%' colspan='2'>
            <strong>TicoSEO WordPress plugin will help you generate dozens of articles in seconds</strong><br />
            ChatGPT and Open AI will do the heavy lifting, you focus on polishing and tweaking the texts...
        </td>
    </tr>
</table>

* Plugin is connecting to [Open AI](https://openai.com)
  and use completion API [Documentation](https://beta.openai.com/docs/guides/code/code-completion-limited-beta).
* To function properly, you need to [register at Open AI](https://beta.openai.com/signup)
* Then you need to [create an API key](https://beta.openai.com/account/api-keys)

## Quickstart on YouTube

[![Quickstart](https://img.youtube.com/vi/e3t_FxDgCp8/maxresdefault.jpg)](https://www.youtube.com/watch?v=e3t_FxDgCp8)

## Troubleshooting
In case of error (5xx) gateway etc, try increasing the max_execution_time in your php.ini
```bash
max_execution_time=300
```

