Creating a Personality - PatchiPup/Jarvis-Mark-II GitHub Wiki

Creating a Personality

To create a new personality:

  1. Copy the Base File:
    Duplicate the personalities/jarvis.json file from the repository as your starting point.

  2. Rename the File:
    Rename the copied file to match your new personality (for example, friday.json, karen.json, ultron.json, etc.).

  3. Modify the Content:
    Open your new file and update the "base" section in each language block ("en", "es", "pt", "fr", etc.) to define the unique tone, style, and behavior of your personality.

  4. Adjust the Ending (Optional):
    Modify the "ending" section if necessary, to customize how commands are finalized.

  5. Save and Load:
    Save your changes and load the new personality in your app—either via a command or by editing the config.ini file.

For an example of a personality file, refer to the personalities/jarvis.json in the repository.