Chatbot Integration
In this section you will see how to configure the chatbot system for the reporting system
First, go to this website: https://platform.openai.com/settings/organization/projects

Click on create and enter the name you want, for example "Report System"
Then scroll down to the API keys section

And click on "Create new secret key"
3.Next, a selection modal will appear, do the following:

First add a name, for example: Test Report System
Then select the project we created earlier and you click create

And copy the created API, very important
Finally go to
jc_reports/Config/SettingServer.lua

Paste the API key into the apiKey field, restart the resource, and enjoy!
Last updated