-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReadme.txt
58 lines (31 loc) · 3.56 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# OpenAI Chat WordPress Plugin
## Description
The OpenAI Chat WordPress Plugin allows you to integrate OpenAI's GPT-3.5 Turbo model into your WordPress website for interactive chat experiences. Engage with your visitors by creating a chatbot that can provide answers, assistance, and engage in conversations.
**Please Note:** This plugin is provided free of charge and "as is," with no warranties or guarantees of any kind. By using this plugin, you acknowledge that you are using it at your own risk. The plugin author and developer are not liable for any damages, losses, or issues that may arise from its use.
**Please do not claim this software as your own, charge money for it, or sell it. It should be free for everyone to use! Please give credit if you do use it and if you make a cool mod for it please share!**
### Important: OpenAI API Charges
This plugin relies on OpenAI's API, which may incur real charges when used. You must obtain an API key from OpenAI and agree to OpenAI's terms and pricing before using this plugin. OpenAI's pricing and terms are subject to change, and it's your responsibility to understand and comply with them.
## Installation
1. Upload the `openai-chat` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Configure the plugin settings in the WordPress dashboard under 'OpenAI Chat Settings.'
## Plugin Settings
You can customize the behavior and appearance of the chatbot through the plugin settings in the WordPress admin area. These settings include:
- API Settings: Enter your OpenAI API key to enable chat functionality.
- Custom JSON Data: Add Frequently Asked Questions (FAQs) directly through the admin panel.
- Chat Title and Welcome Message: Customize the chatbot's title and welcome message for visitors.
## Usage
### Shortcode
To add the chatbot to your pages or posts, use the `[openai_chat]` shortcode. You can customize the chatbot's title and welcome message by providing attributes to the shortcode.
Example shortcode: `[openai_chat title="Chat with Us"]`
### FAQ Integration
You can add and manage FAQs directly through the admin panel or by importing custom JSON data. FAQs are used to provide answers to common questions your visitors may have.
### Disclaimer
**Disclaimer:** By using this WordPress plugin, you agree to the following terms: This plugin is provided as-is and without any warranty or compensation of any kind. You acknowledge that you are using this plugin at your own risk. The plugin developer who is also the author is not liable for any damages, losses, or issues that may arise from its use. It is your responsibility to ensure that the plugin is suitable for your needs and that you use it in a manner that complies with all applicable laws and regulations.
## Support and Customization
For any job offers, code commission work, questions, or if you encounter any issues, please feel free to reach out to Donalda at [[email protected]](mailto:[email protected]).
### Important Note Regarding Support
Please be aware that I do not offer free support for my free plugins. If you require any modifications, customizations, or changes to the plugin's functionality, these are what I consider paid jobs, and I do not provide them for free. (Sadly, I've been burned by the internet before so now I require the fee as 1/2 upfront and the rest upon delivery. NO Exceptions!)
Thank you for your understanding and for using the OpenAI Chat WordPress Plugin.
## License
This plugin is released under the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html).