iroha Chat is an AI chat management system that allows users to create and use prompt templates to interact efficiently and effectively with ChatGPT.
- PHP : 7.4 or later
- MySQL : 5.6 or later
- Download and extract framework's source filese. https://github.com/cakephp/cakephp/releases/tag/2.10.24
- Download and extract iroha Chat source files. https://github.com/irohasoft/irohagpt/releases
- Replace the app directory with the iroha Chat's source files.
- Modify the database configuration file (app/Config/database.php). Make sure that an empty database is created on the MySQL server.
- Modify the openai configuration file (app/Config/openai.php). Make sure that a API key is created on the OpenAI's website(https://platform.openai.com/).
- Upload all the files to a public directory on the web server.
- Open http://(your-domain-name)/install in your web browser.
- Creating templates.
- Chating with AI.
- Show chat history.
- Show information from an administrator.
- Manage users.
- Manage user groups.
- Manage information.
- System setting
GPLv3