Creating a Config File

By creating a config file, you can display the terms image when starting the application or always display the company logo.
*The config file can be selected at the initial startup of ailia DX Insight.
setup


Example of Creating a Config File

Create the config format in json.

{
"apiKey" : {
"openAI": "YourOpenAIApiKey"
}
"licenseFile": "/path/to/license/file",
"terms": {
"image": "/path/to/terms/image"
},
"logo": "path/to/logo/image",
"watermark": ""path/to/watermark/image",
}

"apiKey"
Enter the OpenAI API key here.
"licenseFile"
Specify the path to the license file as a relative path from the config file.
"terms" "logo"
Specify the path to the image file as a relative path from the config file.

Other than the license file item, the omission of items does not affect the startup of the app.

Applying the Config File

At the initial startup of ailia DX Insight, a window will display saying "Please select the license file or config file". Specify the folder to apply.
Place the created config file in a shared folder within the company.

Since settings and image files are copied locally, access to the shared folder after initial setup is not required.


Next >

results matching ""

    No results matching ""