Chatamic is a powerful and user-friendly application that harnesses the capabilities of OpenAI's GPT-3 technology and integrates it into the user-friendly Statamic CMS. With a simple input field, you can easily ask any question and receive a relevant, accurate and human-like text-based response in seconds, making it a perfect tool for your business to improve customer service and increase efficiency.
Screenshot 📷
Info 💬
All questions are saved in the 'Conversations' entry, so you can check them later.
Install 🔧
- Install the starter kit using
php please starter-kit:install zsoltjanes/chatamic-starter-kit
if you have an existing site, or usestatamic new mysite zsoltjanes/chatamic-starter-kit
if you are creating your site from scratch. - Generate an API key (OPENAI_API_KEY) and add it to the .env file. You can generate the key at https://beta.openai.com/account/api-keys.
- Set up the parameters for OpenAI in the globals section. You can find the documentation at https://beta.openai.com/docs/api-reference/completions.
- Modify and extend the starter kit as desired. Enjoy! 🎉
Development 🛠️
- Install npm using the command
npm install
. - For development, run the command
npm run watch
. - For production, use the command
npm run prod
.
Bug, issues 🐛
If you encounter any bugs or issues, please report them to us.