Creating a Personality - PatchiPup/Jarvis-Mark-II GitHub Wiki
Creating a Personality
To create a new personality:
-
Copy the Base File:
Duplicate thepersonalities/jarvis.json
file from the repository as your starting point. -
Rename the File:
Rename the copied file to match your new personality (for example,friday.json
,karen.json
,ultron.json
, etc.). -
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. -
Adjust the Ending (Optional):
Modify the"ending"
section if necessary, to customize how commands are finalized. -
Save and Load:
Save your changes and load the new personality in your app—either via a command or by editing theconfig.ini
file.
For an example of a personality file, refer to the personalities/jarvis.json in the repository.