An open API service indexing awesome lists of open source software.

https://github.com/bacoords/example-ai-block


https://github.com/bacoords/example-ai-block

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Example AI Block

This tutorial repo registers a "Click to Tweet" block. The block shows an example tweet about the blog post and allows the user to click to tweet the message.

The block uses Open AI to generate a tweet message by defining an OpenAI API key in your `wp-config.php` file.

```php
define( 'OPENAI_KEY', 'sk-XXXXXXXXXXXXXXXXXXXXXXXX' );
```

## Video Tutorial

Coming soon!