Aibtra - a desktop tool to refine texts using OpenAI

Configuration

Directory

Aibtra’s configuration is stored in your HOME directory. Depending on the operating system, this is:

openapi.json

openapi.json contains your API key and profiles which are shown in Aibtra’s toolbar. You can add additional profiles to the profiles array.

Note: The API key is stored in plaintext. Make sure to protect access to this configuration file.

accelerators.json

accelerators.json contains custom accelerator definitions. Keystrokes must be specified in the format applicable for KeyStroke.getKeyStroke.

Example:

{
    "actionIdToAccelerator": {
        "exit": "alt F4"
    }
}