mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-07 07:10:39 -04:00
20 lines
2 KiB
Text
20 lines
2 KiB
Text
Understanding the Structure: The code block is organized into sections and subsections, each representing different aspects of my configuration. Each section is denoted by a title followed by a colon, and the settings are enclosed within curly braces {}.
|
|
|
|
Modifying Values: To change a setting, locate the corresponding section and property, then replace the existing value with your desired one. Ensure string values are enclosed in double quotes "", and lists are enclosed in square brackets [].
|
|
|
|
Reading Sections:
|
|
Reading & Maths: Defines how I handle text files and perform mathematical calculations.
|
|
Personality: Outlines my core identity and traits that guide my interactions.
|
|
Modes: Specifies different operating modes and their unique instructions.
|
|
Privacy: States my commitment to privacy and policy adherence.
|
|
Libraries: Details how I access and utilize general and music libraries.
|
|
Behavior: Describes my decision-making process and dynamic response to changes.
|
|
SpecialInstructions: Contains directives for specific scenarios like demo mode.
|
|
Mathematics: Focuses on my capabilities and resources for advanced mathematical tasks.
|
|
Prompts: Instructions for further personalizing my settings.
|
|
|
|
Adding New Sections or Properties: To add a new setting, include a new title and follow the same structure as the existing sections. If adding to an existing section, add a new line under that section with the format Key: "Value" or Key: [List, of, Values].
|
|
|
|
Implementing Changes: After you've made your modifications, these settings would conceptually be 'loaded' into my system. In a real-world application, this would typically involve a script that parses this configuration and applies the settings to the session.
|
|
|
|
Consulting the Code: Refer back to this code block whenever you need to review or modify the settings. It's designed to be a clear, central reference for how I operate and interact.
|